Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p4checo committed Jun 18, 2018
1 parent 5d7c4d2 commit b5449aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alicerce.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Alicerce'
s.version = '0.2.0'
s.version = '0.2.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/Mindera/Alicerce.git'
s.authors = { 'Mindera' => '[email protected]' }
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
It is designed with an MVVM architecture in mind, but you'll find most components are architecture agnostic.
DESC

s.source = { :git => 'https://github.com/Mindera/Alicerce.git', :tag => '0.2.0' }
s.source = { :git => 'https://github.com/Mindera/Alicerce.git', :tag => "#{s.version}" }

s.module_name = 'Alicerce'
s.swift_version = '4.1'
Expand Down

0 comments on commit b5449aa

Please sign in to comment.