Skip to content

Commit

Permalink
Release v1.8.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Dec 13, 2020
1 parent 7179d68 commit 7e0f822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
apply plugin: 'cam72cam.universalmodcore'
apply plugin: 'maven'

String version = '1.7.3'
String version = '1.8.0'
if (!"release".equalsIgnoreCase(System.getProperty("target"))) {
version += "-" + Util.GitRevision()
}
Expand All @@ -24,7 +24,7 @@ universalmodcore {
modName = 'Immersive Railroading'
modId = 'immersiverailroading'
modVersion = version
umcVersion = '0.1.0'
umcVersion = '1.0.0'
}

task ('umcIntegration') {
Expand Down

0 comments on commit 7e0f822

Please sign in to comment.