We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470c122 commit fc3a917Copy full SHA for fc3a917
src/main/resources/mcmod.info
@@ -3,7 +3,7 @@
3
"modid": "simpletabs",
4
"name": "SimpleTabs",
5
"description": "Adds easy-to-use chat tabs",
6
- "version": "v1.1.0",
+ "version": "v1.2.0",
7
"mcversion": "1.12.2",
8
"url": "",
9
"updateUrl": "",
workspace-1.12.2/build.gradle
@@ -17,7 +17,7 @@ plugins {
17
apply plugin: 'net.minecraftforge.gradle.forge'
18
19
20
-version = "1.1.0-1.12.2.2623"
+version = "1.2.0-1.12.2.2623"
21
group = "nge.lk.mods.simpletabs"
22
archivesBaseName = "simpletabs"
23
0 commit comments