Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Dec 7, 2017
1 parent c0c5ca3 commit 8799e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: "maven"
apply plugin: "signing"

group = "com.github.akurilov"
version = "0.1.4"
version = "0.1.5"

tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -31,7 +31,7 @@ repositories {

ext {
depVersion = [
commonsJava: "[1.3.0,)",
commonsJava: "[1.4.0,)",
mongoose: "[3.6,)",
netty: "4.1.17.Final",
]
Expand Down

0 comments on commit 8799e78

Please sign in to comment.