Skip to content

Commit 72897ae

Browse files
author
Wiktor Gromniak
committed
Release 0.3.0.
1 parent d187623 commit 72897ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Include to your project as a Maven dependency:
88
<dependency>
99
<groupId>net.quedex</groupId>
1010
<artifactId>java-api</artifactId>
11-
<version>0.1</version>
11+
<version>0.3.0</version>
1212
</dependency>
1313
1414
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'signing'
44

55
group 'net.quedex'
6-
version '0.3.0-SNAPSHOT'
6+
version '0.3.0'
77
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
88

99
ext {

0 commit comments

Comments
 (0)