Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LcTwisk committed Oct 13, 2017
1 parent aa47fb9 commit 2357544
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.0.1</string>
<string>1.0.2</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 @@ -23,15 +23,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.0.1
github "aFrogleap/SimpleImageViewer" ~> 1.0.2
```

### Cocoapods

To install SimpleImageViewer into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your `Podfile`:

```ruby
pod 'SimpleImageViewer', '~> 1.0.1'
pod 'SimpleImageViewer', '~> 1.0.2'
```

### 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.0.1"
s.version = "1.0.2"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Lucas" => "[email protected]" }
s.homepage = "https://github.com/aFrogleap/SimpleImageViewer"
Expand Down

0 comments on commit 2357544

Please sign in to comment.