We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8788710 commit a698c02Copy full SHA for a698c02
README.md
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- compile "com.github.codingchili.chili-core:core:1.3.1"
+ compile "com.github.codingchili.chili-core:core:<version>"
18
19
```
20
build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
2
apply plugin: 'idea'
3
apply plugin: 'maven'
4
5
-project.version = "1.3.1"
+project.version = "1.3.2"
6
project.group = 'com.github.codingchili.chili-core'
7
8
subprojects {
0 commit comments