diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5737d7..ec0b0d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Important changes to Instructions will be documented in this file. Instructions follows [Semantic Versioning](http://semver.org/). -## 1.2.0 +## [1.2.0](https://github.com/ephread/Instructions/releases/tag/1.2.0) Released on 2018-06-XX. ### Changed diff --git a/Instructions.podspec b/Instructions.podspec index bbe63f4b..5a5c51dd 100644 --- a/Instructions.podspec +++ b/Instructions.podspec @@ -2,14 +2,14 @@ Pod::Spec.new do |spec| spec.cocoapods_version = '>= 0.39' spec.name = "Instructions" - spec.version = "1.1.0" + spec.version = "1.2.0" spec.summary = "Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift." spec.homepage = "https://github.com/ephread/Instructions" spec.license = 'MIT' spec.author = { "Frédéric Maquin" => "fred@ephread.com" } spec.source = { :git => "https://github.com/ephread/Instructions.git", :tag => spec.version.to_s } - spec.swift_version = '4.0' + spec.swift_version = '4.1' spec.platform = :ios, '9.0' spec.requires_arc = true diff --git a/InstructionsAppExtensions.podspec b/InstructionsAppExtensions.podspec index 325c70e6..182a1c7f 100644 --- a/InstructionsAppExtensions.podspec +++ b/InstructionsAppExtensions.podspec @@ -2,14 +2,14 @@ Pod::Spec.new do |spec| spec.cocoapods_version = '>= 0.39' spec.name = "InstructionsAppExtensions" - spec.version = "1.1.0" + spec.version = "1.2.0" spec.summary = "[App Extensions Version] Create walkthroughs and guided tours (with coach marks) in a simple way, using Swift." spec.homepage = "https://github.com/ephread/Instructions" spec.license = 'MIT' spec.author = { "Frédéric Maquin" => "fred@ephread.com" } spec.source = { :git => "https://github.com/ephread/Instructions.git", :tag => spec.version.to_s } - spec.swift_version = '4.0' + spec.swift_version = '4.1' spec.platform = :ios, '9.0' spec.requires_arc = true diff --git a/README.md b/README.md index dd7c4264..7f7bb2da 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' use_frameworks! -pod 'Instructions', '~> 1.1.0' +pod 'Instructions', '~> 1.2.0' ``` Then, run the following command: @@ -82,7 +82,7 @@ $ pod install Add Instructions to your Cartfile: ``` -github "ephread/Instructions" ~> 1.1.0 +github "ephread/Instructions" ~> 1.2.0 ``` You can then update, build and drag the generated framework into your project: diff --git a/Sources/Instructions/Supporting Files/Info.plist b/Sources/Instructions/Supporting Files/Info.plist index d0a6222f..08256bf4 100644 --- a/Sources/Instructions/Supporting Files/Info.plist +++ b/Sources/Instructions/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Sources/Instructions/Supporting Files/InfoAppExtensions.plist b/Sources/Instructions/Supporting Files/InfoAppExtensions.plist index 92729c47..84fe2096 100644 --- a/Sources/Instructions/Supporting Files/InfoAppExtensions.plist +++ b/Sources/Instructions/Supporting Files/InfoAppExtensions.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleSignature ???? CFBundleVersion