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 d187623 commit 72897aeCopy full SHA for 72897ae
README.md
@@ -8,7 +8,7 @@ Include to your project as a Maven dependency:
8
<dependency>
9
<groupId>net.quedex</groupId>
10
<artifactId>java-api</artifactId>
11
- <version>0.1</version>
+ <version>0.3.0</version>
12
</dependency>
13
14
```
build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'maven'
3
apply plugin: 'signing'
4
5
group 'net.quedex'
6
-version '0.3.0-SNAPSHOT'
+version '0.3.0'
7
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext {
0 commit comments