Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkdsk committed Feb 11, 2017
1 parent 44a192c commit 2791d02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions JustUiKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
#

s.name = "JustUiKit"
s.version = "0.1.5"
s.version = "0.2.1"
s.summary = "iOS UI Kit With Android-Style Tools"

s.description = <<-DESC
Expand Down Expand Up @@ -72,7 +72,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/lfkdsk/JustUiKit.git", :tag => "0.1.5" }
s.source = { :git => "https://github.com/lfkdsk/JustUiKit.git", :tag => "0.2.1" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ iOS UI Kit With Android-Style Tools. JustUiKit contains `JustLinearLayout`, `Jus

``` ruby
platform :ios, '8.0'
pod 'JustUiKit', '~> 0.1.5'
pod 'JustUiKit', '~> 0.2.1'
```

​Then, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ JustUiKit是一套Android样式工具iOS UI套件。 JustUiKit包含JustLinearLa

```ruby
platform :ios, '8.0'
pod 'JustUiKit', '~> 0.1.4'
pod 'JustUiKit', '~> 0.2.1'
```

之后运行如下命令:
Expand Down

0 comments on commit 2791d02

Please sign in to comment.