Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed May 1, 2016
1 parent 5baabd9 commit 2d9c47b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ Prerequisite:
$ ./gradlew shadowJar
$ java -jar build/libs/ksar-5.1.0-SNAPSHOT-all.jar
```

Changelog
---------

v5.2.0 -- 1 May 2016
* Migrated build to Gradle
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

group = 'com.github.vlsi.ksar'
archivesBaseName = 'ksar'
version = '5.1.0-SNAPSHOT'
version = '5.2.0'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down

0 comments on commit 2d9c47b

Please sign in to comment.