Updating to 0.12.1.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
parent
9c7dbce6fd
commit
724567331e
|
@ -7,7 +7,7 @@ apply plugin: 'application'
|
||||||
import org.apache.tools.ant.filters.*
|
import org.apache.tools.ant.filters.*
|
||||||
|
|
||||||
group = 'itdelatrisu'
|
group = 'itdelatrisu'
|
||||||
version = '0.12.0'
|
version = '0.12.1'
|
||||||
|
|
||||||
mainClassName = 'itdelatrisu.opsu.Opsu'
|
mainClassName = 'itdelatrisu.opsu.Opsu'
|
||||||
buildDir = new File(rootProject.projectDir, "build/")
|
buildDir = new File(rootProject.projectDir, "build/")
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>itdelatrisu</groupId>
|
<groupId>itdelatrisu</groupId>
|
||||||
<artifactId>opsu</artifactId>
|
<artifactId>opsu</artifactId>
|
||||||
<version>0.12.0</version>
|
<version>0.12.1</version>
|
||||||
<properties>
|
<properties>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<timestamp>${maven.build.timestamp}</timestamp>
|
<timestamp>${maven.build.timestamp}</timestamp>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user