Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Heskia committed Sep 27, 2018
1 parent 167fad0 commit 139798b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImgixSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ImgixSwift"
s.version = "0.4.2"
s.version = "0.4.3"
s.summary = "The official imgix Swift client. Written in Swift, but plays nice with Objective-C codebases, too! 👌"

s.license = { :type => 'BSD 2-Clause', :file => 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/ImgixClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

@objc open class ImgixClient: NSObject {
@objc static open let VERSION = "0.4.2"
@objc static open let VERSION = "0.4.3"

@objc open let host: String
@objc open var useHttps: Bool = true
Expand Down
2 changes: 1 addition & 1 deletion Sources/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>0.4.2</string>
<string>0.4.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 139798b

Please sign in to comment.