Skip to content

Commit

Permalink
Increased version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciobanu, Andrei-Nicolin (UK - EDC) committed Mar 30, 2018
1 parent f36ef5e commit 1698d93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Version 0.1.5
-------------

- Added support for generating "Lorem Ipsum" text using markov chains.
2 changes: 1 addition & 1 deletion bintray.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.jfrog.bintray'

version = '0.1.4'
version = '0.1.5'

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'java'
apply plugin: 'jacoco'

group 'net.andreinc'
version '0.1.4'
version '0.1.5'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 1698d93

Please sign in to comment.