Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
misakuo committed Mar 25, 2016
1 parent 4bf3176 commit c9b3724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ copy source code or using maven plugin for Eclipse.
- Place code in your `build.gradle`
```
dependencies {
compile 'com.moxun:tagcloudlib:1.1.2'
compile 'com.moxun:tagcloudlib:1.1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ copy代码,或使用ADT的maven插件
##### Android Studio / IDEA
-`build.gradle`中添加
```
compile 'com.moxun:tagcloudlib:1.1.2'
compile 'com.moxun:tagcloudlib:1.1.3'
```

- 在布局文件中引入
Expand Down
2 changes: 1 addition & 1 deletion tagcloudlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.1.2"
version = "1.1.3"
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
Expand Down

0 comments on commit c9b3724

Please sign in to comment.