From 8c21becb5f68b65af28f036288c0c0ff98d3ee9d Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 19 Sep 2018 20:13:17 +0100 Subject: [PATCH] Bump version to 1.0.0 --- .jazzy.yml | 2 +- CHANGELOG.md | 6 ++++++ Example-iOS/Info.plist | 2 +- Example-iOSUITests/Info.plist | 2 +- Example-tvOS/Info.plist | 2 +- QuickTableViewController.podspec | 2 +- QuickTableViewController/Info-iOS.plist | 2 +- QuickTableViewController/Info-iOSTests.plist | 2 +- QuickTableViewController/Info-tvOS.plist | 2 +- QuickTableViewController/Info-tvOSTests.plist | 2 +- 10 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.jazzy.yml b/.jazzy.yml index 1db54e3c..8e85c336 100644 --- a/.jazzy.yml +++ b/.jazzy.yml @@ -5,7 +5,7 @@ github_url: https://github.com/bcylin/QuickTableViewController github_file_prefix: https://github.com/bcylin/QuickTableViewController/blob/develop xcodebuild_arguments: [-project, QuickTableViewController.xcodeproj, -scheme, QuickTableViewController-iOS] module: QuickTableViewController -module_version: 0.9.1 +module_version: 1.0.0 output: docs/output theme: fullwidth skip_undocumented: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f4081d..3d18cf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v1.0.0 + +#### Enhancements + +* Support tvOS + ## v0.9.1 #### Fixes diff --git a/Example-iOS/Info.plist b/Example-iOS/Info.plist index f012d687..03f6f462 100644 --- a/Example-iOS/Info.plist +++ b/Example-iOS/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.1 + 1.0.0 CFBundleVersion 101 LSRequiresIPhoneOS diff --git a/Example-iOSUITests/Info.plist b/Example-iOSUITests/Info.plist index 7206a5fa..d02c62e0 100644 --- a/Example-iOSUITests/Info.plist +++ b/Example-iOSUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.9.1 + 1.0.0 CFBundleVersion 1 diff --git a/Example-tvOS/Info.plist b/Example-tvOS/Info.plist index 3c97c6e8..7d1408b7 100644 --- a/Example-tvOS/Info.plist +++ b/Example-tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.1 + 1.0.0 CFBundleVersion 101 LSRequiresIPhoneOS diff --git a/QuickTableViewController.podspec b/QuickTableViewController.podspec index f4ac3f7f..e8cc8628 100644 --- a/QuickTableViewController.podspec +++ b/QuickTableViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "QuickTableViewController" - s.version = "0.9.1" + s.version = "1.0.0" s.summary = "A simple way to create a UITableView for settings." s.screenshots = "https://bcylin.github.io/QuickTableViewController/img/screenshot-1.png", "https://bcylin.github.io/QuickTableViewController/img/screenshot-2.png" diff --git a/QuickTableViewController/Info-iOS.plist b/QuickTableViewController/Info-iOS.plist index 70b8293c..60b9c008 100644 --- a/QuickTableViewController/Info-iOS.plist +++ b/QuickTableViewController/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.1 + 1.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/QuickTableViewController/Info-iOSTests.plist b/QuickTableViewController/Info-iOSTests.plist index a4d76f18..a30f7d0e 100644 --- a/QuickTableViewController/Info-iOSTests.plist +++ b/QuickTableViewController/Info-iOSTests.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.9.1 + 1.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/QuickTableViewController/Info-tvOS.plist b/QuickTableViewController/Info-tvOS.plist index 937ad266..4c0d2186 100644 --- a/QuickTableViewController/Info-tvOS.plist +++ b/QuickTableViewController/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.1 + 1.0.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/QuickTableViewController/Info-tvOSTests.plist b/QuickTableViewController/Info-tvOSTests.plist index cfaeda9e..5218a30c 100644 --- a/QuickTableViewController/Info-tvOSTests.plist +++ b/QuickTableViewController/Info-tvOSTests.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.9.1 + 1.0.0 CFBundleVersion 1