Skip to content

Commit 1698d93

Browse files
author
Ciobanu, Andrei-Nicolin (UK - EDC)
committed
Increased version number.
1 parent f36ef5e commit 1698d93

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

VERSIONS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Version 0.1.5
2+
-------------
3+
4+
- Added support for generating "Lorem Ipsum" text using markov chains.

bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.jfrog.bintray'
22

3-
version = '0.1.4'
3+
version = '0.1.5'
44

55
task sourcesJar(type: Jar) {
66
classifier = 'sources'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'java'
1818
apply plugin: 'jacoco'
1919

2020
group 'net.andreinc'
21-
version '0.1.4'
21+
version '0.1.5'
2222

2323
sourceCompatibility = 1.8
2424

0 commit comments

Comments
 (0)