Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

Commit 3b5b57d

Browse files
committed
Version bump - v1.2.1
1 parent b86ac68 commit 3b5b57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'org.spongepowered.mixin'
1414

1515
def buildnumber = System.getenv('TRAVIS_BUILD_NUMBER')
1616
def suffix = buildnumber != null ? ".$buildnumber" : "-SNAPSHOT"
17-
version = "1.2.0$suffix"
17+
version = "1.2.1$suffix"
1818
group = "uk.bobbytables.jeidsi" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1919
archivesBaseName = "jeidsi"
2020

0 commit comments

Comments
 (0)