diff --git a/ImageViewer/Info.plist b/ImageViewer/Info.plist index 1dc3e1d..a246732 100644 --- a/ImageViewer/Info.plist +++ b/ImageViewer/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1 + 1.1.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/README.md b/README.md index 65919c6..f70ab65 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A snappy image viewer with zoom and interactive dismissal transition. To install SimpleImageViewer into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`: ```ogdl -github "aFrogleap/SimpleImageViewer" ~> 1.1 +github "aFrogleap/SimpleImageViewer" ~> 1.1.1 ``` ### Cocoapods @@ -32,7 +32,7 @@ github "aFrogleap/SimpleImageViewer" ~> 1.1 To install SimpleImageViewer into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your `Podfile`: ```ruby -pod 'SimpleImageViewer', '~> 1.1' +pod 'SimpleImageViewer', '~> 1.1.1' ``` ### Swift Package Manager diff --git a/SimpleImageViewer.podspec b/SimpleImageViewer.podspec index 132dfea..4e45dc6 100644 --- a/SimpleImageViewer.podspec +++ b/SimpleImageViewer.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = "SimpleImageViewer" s.summary = "A snappy image viewer with zoom and interactive dismissal transition." s.requires_arc = true - s.version = "1.1" + s.version = "1.1.1" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Lucas" => "lucas@afrogleap.com" } s.homepage = "https://github.com/aFrogleap/SimpleImageViewer"