Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Mar 13, 2016
1 parent 82171d8 commit 3ddf046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MaterialKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MaterialKit"
s.version = "0.3.5"
s.version = "0.4"
s.summary = "Material design components for iOS written in Swift"

s.homepage = "https://github.com/nghialv/MaterialKit"
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/nghialv/MaterialKit.git", :tag => "0.3.5" }
s.source = { :git => "https://github.com/nghialv/MaterialKit.git", :tag => "0.4" }

s.source_files = "Source/*"
s.requires_arc = true
Expand Down

0 comments on commit 3ddf046

Please sign in to comment.