Skip to content

Commit

Permalink
Bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed May 4, 2019
1 parent 7c5d301 commit 9061e80
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Important changes to Instructions will be documented in this file.
Instructions follows [Semantic Versioning](http://semver.org/).

## [1.3.1](https://github.com/ephread/Instructions/releases/tag/1.3.1)
Released on 2019-05-04.

### Fixed
- Fix [#204] - `spec.swift_version` set to 5 instead of 5.0

[#204]: https://github.com/ephread/Instructions/issues/204

## [1.3.0](https://github.com/ephread/Instructions/releases/tag/1.3.0)
Released on 2019-04-11.

Expand Down
2 changes: 1 addition & 1 deletion Instructions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.cocoapods_version = '>= 1.0'

spec.name = "Instructions"
spec.version = "1.3.0"
spec.version = "1.3.1"
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'
Expand Down
2 changes: 1 addition & 1 deletion InstructionsAppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.cocoapods_version = '>= 1.0'

spec.name = "InstructionsAppExtensions"
spec.version = "1.3.0"
spec.version = "1.3.1"
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'
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.3.0'
pod 'Instructions', '~> 1.3.1'
```

Then, run the following command:
Expand All @@ -82,7 +82,7 @@ $ pod install
Add Instructions to your Cartfile:

```
github "ephread/Instructions" ~> 1.3.0
github "ephread/Instructions" ~> 1.3.1
```

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.3.0</string>
<string>1.3.1</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.3.0</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9061e80

Please sign in to comment.