Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Jun 4, 2018
1 parent 7056231 commit 7d27546
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Instructions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions InstructionsAppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Sources/Instructions/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 7d27546

Please sign in to comment.