Skip to content

Commit

Permalink
RELEASE 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro Bezjak committed Nov 11, 2019
1 parent 5e11a7a commit 06d2f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.2 [2019-11-11]
* README improvements
* update libraries

# 0.1.1 [2013-07-04]
* README improvements
* update libraries
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'groovy'

version = '0.1.1'
version = '0.1.2'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion src/main/groovy/hr/helix/kin/Help.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package hr.helix.kin
*/
class Help {

static final String VERSION = '0.1.1'
static final String VERSION = '0.1.2'
static final String DOC_LINK = 'https://github.com/mbezjak/kin'

static String getHelpInfo() {
Expand Down

0 comments on commit 06d2f94

Please sign in to comment.