Skip to content

Commit b75e3cb

Browse files
committed
Bump up the version to 1.1.0.
1 parent e4213fe commit b75e3cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ buildscript {
9999
}
100100
101101
dependencies {
102-
compile 'com.github.aakira:compound-text-view:1.0.0@aar'
102+
compile 'com.github.aakira:compound-text-view:1.1.0@aar'
103103
}
104104
```
105105
## Using libraries

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ org.gradle.jvmargs=-Xmx1536m
1919

2020
# This library version
2121

22-
LIBRARY_VERSION_CODE=1
23-
LIBRARY_VERSION_NAME=1.0.0
22+
LIBRARY_VERSION_CODE=2
23+
LIBRARY_VERSION_NAME=1.1.0
2424

2525
# App information
2626

0 commit comments

Comments
 (0)