Skip to content

Commit a698c02

Browse files
author
Robin Duda
committed
release 1.3.2
1 parent 8788710 commit a698c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515
1616
dependencies {
17-
compile "com.github.codingchili.chili-core:core:1.3.1"
17+
compile "com.github.codingchili.chili-core:core:<version>"
1818
}
1919
```
2020

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22
apply plugin: 'idea'
33
apply plugin: 'maven'
44

5-
project.version = "1.3.1"
5+
project.version = "1.3.2"
66
project.group = 'com.github.codingchili.chili-core'
77

88
subprojects {

0 commit comments

Comments
 (0)