Skip to content

Commit

Permalink
Release 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor Gromniak committed Jul 25, 2017
1 parent d187623 commit 72897ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Include to your project as a Maven dependency:
<dependency>
<groupId>net.quedex</groupId>
<artifactId>java-api</artifactId>
<version>0.1</version>
<version>0.3.0</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group 'net.quedex'
version '0.3.0-SNAPSHOT'
version '0.3.0'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

ext {
Expand Down

0 comments on commit 72897ae

Please sign in to comment.