Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LcTwisk committed Dec 29, 2017
1 parent 5284d13 commit ca66d0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ImageViewer/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.1</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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

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
Expand Down
2 changes: 1 addition & 1 deletion SimpleImageViewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
s.homepage = "https://github.com/aFrogleap/SimpleImageViewer"
Expand Down

0 comments on commit ca66d0a

Please sign in to comment.