Skip to content

Commit c441021

Browse files
committed
Bump to 1.2.7
1 parent bd1e735 commit c441021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ compileJava {
3030
sourceCompatibility = targetCompatibility = "1.8"
3131
}
3232

33-
version = "1.2.6"
33+
version = "1.2.7"
3434
group= "net.infstudio.gokistats" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
3535
archivesBaseName = "gokiStats"
3636

3737
minecraft {
3838
version = "1.12.2-14.23.5.2768"
39-
runDir = "../run"
39+
runDir = "run"
4040

4141
// the mappings can be changed at any time, and must be in the following format.
4242
// snapshot_YYYYMMDD snapshot are built nightly.

0 commit comments

Comments
 (0)