Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin H committed Jan 31, 2020
1 parent 257c0f9 commit 0ac0ba3
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.3"
s.version = "1.0.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 public let VERSION = "0.4.3"
@objc static public let VERSION = "1.0.0"

@objc public 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.3</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 0ac0ba3

Please sign in to comment.