Skip to content

Commit

Permalink
Release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Sep 5, 2021
1 parent 64e1705 commit bceb058
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### Version: 1.6

#### Version: 1.5
- Updated Kotlin to 1.5.30
- JVM target is now JVM 11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in few fan translations and game modding projects.

kmips is available from Maven Central repository
```groovy
compile "com.kotcrab.kmips:kmips:1.4"
compile "com.kotcrab.kmips:kmips:1.5"
```

##### Example code
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'com.kotcrab.kmips'
version '1.5-SNAPSHOT'
version '1.6-SNAPSHOT'

apply plugin: 'kotlin'
apply from: 'deploy.gradle'
Expand Down

0 comments on commit bceb058

Please sign in to comment.