Skip to content

Commit

Permalink
RELEASE 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro Bezjak committed Jul 4, 2013
1 parent cfa884d commit 12b4be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'groovy'
apply plugin: 'eclipse'

version = 0.1
version = '0.1.1'
sourceCompatibility = 1.6
targetCompatibility = 1.6

Expand Down
4 changes: 2 additions & 2 deletions src/main/groovy/hr/helix/kin/Help.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package hr.helix.kin

/**
* Provides help and version information.
*
*
* @author Miro Bezjak
* @since 0.1
*/
class Help {

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

static String getHelpInfo() {
Expand Down

0 comments on commit 12b4be8

Please sign in to comment.