Skip to content

Commit fc3a917

Browse files
updated version to 1.2.0
1 parent 470c122 commit fc3a917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "simpletabs",
44
"name": "SimpleTabs",
55
"description": "Adds easy-to-use chat tabs",
6-
"version": "v1.1.0",
6+
"version": "v1.2.0",
77
"mcversion": "1.12.2",
88
"url": "",
99
"updateUrl": "",

workspace-1.12.2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
apply plugin: 'net.minecraftforge.gradle.forge'
1818

1919

20-
version = "1.1.0-1.12.2.2623"
20+
version = "1.2.0-1.12.2.2623"
2121
group = "nge.lk.mods.simpletabs"
2222
archivesBaseName = "simpletabs"
2323

0 commit comments

Comments
 (0)