Skip to content

Commit b42b3dd

Browse files
authored
Merge pull request #202 from LossyDragon/version_bump
Prepare next version
2 parents 9c861c6 + 78fc68f commit b42b3dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ buildscript {
1010
}
1111

1212
group 'in.dragonbra'
13-
version '1.0.0'
13+
version '1.1.0'
1414

1515
allprojects {
1616
group 'in.dragonbra'
17-
version '1.0.0'
17+
version '1.1.0'
1818
}
1919

2020
apply plugin: 'maven'

javasteam-samples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'in.dragonbra'
2-
version '2.0.0-SNAPSHOT1'
2+
version '1.1.0'
33

44
apply plugin: 'java'
55

0 commit comments

Comments
 (0)