Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed Dec 3, 2015
1 parent 69b53b4 commit 18b377d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SwiftyButton.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftyButton"
s.version = "0.3.0"
s.version = "0.4.0"
s.summary = "Simple and customizable button in Swift"

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "Scoop" => "ops@takescoop.com" }

s.source = { :git => "https://github.com/TakeScoop/SwiftyButton.git", :tag => "0.3.0" }
s.source = { :git => "https://github.com/TakeScoop/SwiftyButton.git", :tag => "0.4.0" }
s.source_files = "SwiftyButton/SwiftyButton.swift", "SwiftyButton/SwiftyButton+ResizableImage.swift"
s.framework = "UIKit"

Expand Down
2 changes: 1 addition & 1 deletion SwiftyButton/Info.plist
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 18b377d

Please sign in to comment.