Skip to content

Commit 2357544

Browse files
committed
Bump version to 1.0.2
1 parent aa47fb9 commit 2357544

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ImageViewer/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ A snappy image viewer with zoom and interactive dismissal transition.
2323
To install SimpleImageViewer into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:
2424

2525
```ogdl
26-
github "aFrogleap/SimpleImageViewer" ~> 1.0.1
26+
github "aFrogleap/SimpleImageViewer" ~> 1.0.2
2727
```
2828

2929
### Cocoapods
3030

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

3333
```ruby
34-
pod 'SimpleImageViewer', '~> 1.0.1'
34+
pod 'SimpleImageViewer', '~> 1.0.2'
3535
```
3636

3737
### Swift Package Manager

SimpleImageViewer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44
s.name = "SimpleImageViewer"
55
s.summary = "A snappy image viewer with zoom and interactive dismissal transition."
66
s.requires_arc = true
7-
s.version = "1.0.1"
7+
s.version = "1.0.2"
88
s.license = { :type => "MIT", :file => "LICENSE" }
99
s.author = { "Lucas" => "lucas@afrogleap.com" }
1010
s.homepage = "https://github.com/aFrogleap/SimpleImageViewer"

0 commit comments

Comments
 (0)