Skip to content

Commit 0507374

Browse files
committed
Updating to 0.15.0.
Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
1 parent 3b746ec commit 0507374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'application'
77
import org.apache.tools.ant.filters.*
88

99
group = 'itdelatrisu'
10-
version = '0.14.0'
10+
version = '0.15.0'
1111

1212
mainClassName = 'itdelatrisu.opsu.Opsu'
1313
buildDir = new File(rootProject.projectDir, "build/")

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>itdelatrisu</groupId>
55
<artifactId>opsu</artifactId>
6-
<version>0.14.0</version>
6+
<version>0.15.0</version>
77
<properties>
88
<version>${project.version}</version>
99
<timestamp>${maven.build.timestamp}</timestamp>

0 commit comments

Comments
 (0)