Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hashknot committed Jun 29, 2018
1 parent 64d510b commit 06a4bf0
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.3.0"
s.version = "0.4.0"
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.3.0"
@objc static open let VERSION = "0.4.0"

@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.3.0</string>
<string>0.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 06a4bf0

Please sign in to comment.