Skip to content

Commit d9ca4fc

Browse files
committed
commit change
1 parent b78304e commit d9ca4fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#### Gradle
4747
```
4848
dependencies {
49-
compile 'com.code4a:jlibrary:1.0.3'
49+
compile 'com.code4a:jlibrary:1.0.4'
5050
}
5151
```
5252

@@ -55,7 +55,7 @@ dependencies {
5555
<dependency>
5656
<groupId>com.code4a</groupId>
5757
<artifactId>jlibrary</artifactId>
58-
<version>1.0.3</version>
58+
<version>1.0.4</version>
5959
<type>pom</type>
6060
</dependency>
6161
```

jlibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ext{
3535
siteUrl = 'https://github.com/code4a/JLibraryDemo'
3636
gitUrl = 'https://github.com/code4a/JLibraryDemo.git'
3737

38-
libraryVersion = '1.0.3'
38+
libraryVersion = '1.0.4'
3939

4040
developerId = 'code4a'
4141
developerName = 'code4a'

0 commit comments

Comments
 (0)