Skip to content

Commit

Permalink
Merge pull request #93 from Inspirato/develop
Browse files Browse the repository at this point in the history
New Version (3.4.1)
  • Loading branch information
justinvallely authored May 14, 2019
2 parents b375d8b + cc5a538 commit 262e164
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Master

## 3.4.0 (2019-05-14)
## 3.4.1 (2019-05-14)

##### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion Example/SwiftPhotoGallery/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>3.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.4.0</string>
<string>3.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class ViewController: UIViewController, SwiftPhotoGalleryDataSource, SwiftPhotoG

## Author

Justin Vallely, jvallely@inspirato.com
Justin Vallely, justinvallely@gmail.com

## License

Expand Down
4 changes: 2 additions & 2 deletions SwiftPhotoGallery.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

Pod::Spec.new do |s|
s.name = "SwiftPhotoGallery"
s.version = "3.4.0"
s.version = "3.4.1"
s.summary = "Photo gallery for iOS and tvOS written in Swift"
s.description = <<-DESC
"Photo gallery for iOS and tvOS written in Swift. Photos can be panned and zoomed (iOS). Includes a customizable page indicator, support for any orientation (iOS), and supports images of varying sizes. Includes unit tests."
DESC

s.homepage = "https://github.com/Inspirato/SwiftPhotoGallery"
s.license = 'Apache-2.0'
s.author = { "Justin Vallely" => "jvallely@inspirato.com" }
s.author = { "Justin Vallely" => "justinvallely@gmail.com" }
s.source = { :git => "https://github.com/Inspirato/SwiftPhotoGallery.git", :tag => "#{s.version}" }
s.swift_version = '5.0'

Expand Down

0 comments on commit 262e164

Please sign in to comment.