diff --git a/CHANGELOG.md b/CHANGELOG.md index c858ddd..c0cae11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Master -## 3.4.0 (2019-05-14) +## 3.4.1 (2019-05-14) ##### Enhancements diff --git a/Example/SwiftPhotoGallery/Info.plist b/Example/SwiftPhotoGallery/Info.plist index ce6ea3d..8af9897 100644 --- a/Example/SwiftPhotoGallery/Info.plist +++ b/Example/SwiftPhotoGallery/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.4.0 + 3.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist index 6521e7a..0f154b0 100644 --- a/Example/Tests/Info.plist +++ b/Example/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.4.0 + 3.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 20055e4..c5373fe 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ class ViewController: UIViewController, SwiftPhotoGalleryDataSource, SwiftPhotoG ## Author -Justin Vallely, jvallely@inspirato.com +Justin Vallely, justinvallely@gmail.com ## License diff --git a/SwiftPhotoGallery.podspec b/SwiftPhotoGallery.podspec index 5ebe975..a042579 100644 --- a/SwiftPhotoGallery.podspec +++ b/SwiftPhotoGallery.podspec @@ -1,7 +1,7 @@ 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." @@ -9,7 +9,7 @@ Pod::Spec.new do |s| 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'