We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78304e commit d9ca4fcCopy full SHA for d9ca4fc
README.md
@@ -46,7 +46,7 @@
46
#### Gradle
47
```
48
dependencies {
49
- compile 'com.code4a:jlibrary:1.0.3'
+ compile 'com.code4a:jlibrary:1.0.4'
50
}
51
52
@@ -55,7 +55,7 @@ dependencies {
55
<dependency>
56
<groupId>com.code4a</groupId>
57
<artifactId>jlibrary</artifactId>
58
- <version>1.0.3</version>
+ <version>1.0.4</version>
59
<type>pom</type>
60
</dependency>
61
jlibrary/build.gradle
@@ -35,7 +35,7 @@ ext{
35
siteUrl = 'https://github.com/code4a/JLibraryDemo'
36
gitUrl = 'https://github.com/code4a/JLibraryDemo.git'
37
38
- libraryVersion = '1.0.3'
+ libraryVersion = '1.0.4'
39
40
developerId = 'code4a'
41
developerName = 'code4a'
0 commit comments