Skip to content

Commit

Permalink
release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Jul 17, 2020
1 parent 8788710 commit a698c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
dependencies {
compile "com.github.codingchili.chili-core:core:1.3.1"
compile "com.github.codingchili.chili-core:core:<version>"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'maven'

project.version = "1.3.1"
project.version = "1.3.2"
project.group = 'com.github.codingchili.chili-core'

subprojects {
Expand Down

0 comments on commit a698c02

Please sign in to comment.