From 890067e0abb361e80514806f2232c3de4592bf28 Mon Sep 17 00:00:00 2001 From: Mark Adams Date: Fri, 22 Sep 2017 15:57:03 -0700 Subject: [PATCH] Bump version to 1.1.0 --- DVR.podspec | 2 +- DVR/Resources/Info.plist | 2 +- Readme.markdown | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DVR.podspec b/DVR.podspec index 5f16a04..771c603 100644 --- a/DVR.podspec +++ b/DVR.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DVR' - s.version = '1.0.1' + s.version = '1.1.0' s.summary = 'Network testing for Swift' s.description = <<-DESC DVR is a simple Swift framework for making fake NSURLSession requests for iOS, watchOS, and OS X based on VCR. diff --git a/DVR/Resources/Info.plist b/DVR/Resources/Info.plist index c941094..09bc972 100644 --- a/DVR/Resources/Info.plist +++ b/DVR/Resources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Readme.markdown b/Readme.markdown index c165ba5..112241d 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -12,6 +12,7 @@ Easy [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) | Swift Version | DVR Version | | ------------- | ----------- | +| 3.2+ | 1.1 | | 3.0 | 1.0 | | 2.3 | 0.4 | | 2.2 | 0.3 |