Skip to content

Commit

Permalink
Bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SusannProszak committed Jul 18, 2017
1 parent 65adaa2 commit 001469b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Heimdallr.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Heimdallr'
spec.version = '3.6.0'
spec.version = '3.6.1'
spec.authors = {
'trivago' => '[email protected]'
}
Expand Down
2 changes: 1 addition & 1 deletion Heimdallr/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>3.6.0</string>
<string>3.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion HeimdallrTests/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.6.0</string>
<string>3.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Installation is possible via Carthage or CocoaPods, see below for either method:
1. Add Heimdallr to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile):

```
github "trivago/Heimdallr.swift" ~> 3.6
github "trivago/Heimdallr.swift" ~> 3.6.1
```

2. Run `carthage update` to fetch and build Heimdallr and its dependencies.
Expand All @@ -73,7 +73,7 @@ Extensions for [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) a
1. Add Heimdallr to your [Podfile](https://guides.cocoapods.org/syntax/podfile.html):

```ruby
pod 'Heimdallr', '~> 3.6'
pod 'Heimdallr', '~> 3.6.1'
```

2. Run `pod install` to fetch and build Heimdallr and its dependencies.
Expand Down

0 comments on commit 001469b

Please sign in to comment.