Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daomephsta committed Nov 29, 2020
1 parent b12eb5e commit cdf88e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "${project.mcVersion }-${project.modVersion}"
version = "${project.modVersion}+MC${project.mcVersion}"
group = 'com.domochevsky.quiverbow' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'QuiverBowRestrung'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
modVersion=b102
modVersion=0.1.0
mcVersion=1.12.2
forgeVersion=14.23.5.2847
mappingsVer=snapshot_20180512
Expand Down

0 comments on commit cdf88e3

Please sign in to comment.