From 8a47c609029ad0f52d3ca8bd6425d7fe3c224398 Mon Sep 17 00:00:00 2001 From: Ugo Arangino Date: Wed, 8 Feb 2017 14:08:54 +0100 Subject: [PATCH] Bump version to 3.6.0 --- .swift-version | 1 + Heimdallr.podspec | 2 +- Heimdallr/Supporting Files/Info.plist | 2 +- HeimdallrTests/Supporting Files/Info.plist | 2 +- README.md | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/Heimdallr.podspec b/Heimdallr.podspec index 34004de..b5440c7 100644 --- a/Heimdallr.podspec +++ b/Heimdallr.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Heimdallr' - spec.version = '3.5.1' + spec.version = '3.6.0' spec.authors = { 'Rheinfabrik' => 'hi@rheinfabrik.de' } diff --git a/Heimdallr/Supporting Files/Info.plist b/Heimdallr/Supporting Files/Info.plist index 8499977..03812ed 100644 --- a/Heimdallr/Supporting Files/Info.plist +++ b/Heimdallr/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.5.1 + 3.6.0 CFBundleSignature ???? CFBundleVersion diff --git a/HeimdallrTests/Supporting Files/Info.plist b/HeimdallrTests/Supporting Files/Info.plist index 722453c..a39b476 100644 --- a/HeimdallrTests/Supporting Files/Info.plist +++ b/HeimdallrTests/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.5.1 + 3.6.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index d6c3c48..1e42e7e 100644 --- a/README.md +++ b/README.md @@ -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.2 + github "trivago/Heimdallr.swift" ~> 3.6 ``` 2. Run `carthage update` to fetch and build Heimdallr and its dependencies. @@ -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.2' + pod 'Heimdallr', '~> 3.6' ``` 2. Run `pod install` to fetch and build Heimdallr and its dependencies.