We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b746ec commit 0507374Copy full SHA for 0507374
build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'application'
7
import org.apache.tools.ant.filters.*
8
9
group = 'itdelatrisu'
10
-version = '0.14.0'
+version = '0.15.0'
11
12
mainClassName = 'itdelatrisu.opsu.Opsu'
13
buildDir = new File(rootProject.projectDir, "build/")
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>itdelatrisu</groupId>
5
<artifactId>opsu</artifactId>
6
- <version>0.14.0</version>
+ <version>0.15.0</version>
<properties>
<version>${project.version}</version>
<timestamp>${maven.build.timestamp}</timestamp>
0 commit comments