minor version increment
This commit is contained in:
parent
63b507e51d
commit
fee30d2efb
|
@ -17,7 +17,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
|
|||
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
|
||||
|
||||
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
group = "civilengineering" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "CivilEngineering"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.util.*
|
|||
|
||||
const val MODID = "civilengineering"
|
||||
const val NAME = "Civil Engineering"
|
||||
const val VERSION = "0.1.1"
|
||||
const val VERSION = "0.2.0"
|
||||
|
||||
@Mod(
|
||||
modid = MODID,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"modid": "civilengineering",
|
||||
"name": "Civil Engineering",
|
||||
"description": "Minecraft Server Matterbridge link",
|
||||
"version": "0.1q.1",
|
||||
"version": "0.2.0",
|
||||
"mcversion": "1.12.2",
|
||||
"authorList":["Arcanitor", "NikkyAi"],
|
||||
"credits": "Blame Nikky for talking me into this."
|
||||
|
|
Loading…
Reference in New Issue