Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Dec 2, 2017
1 parent f633c0d commit d8c8136
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 @@ allprojects {
apply plugin: "maven"
apply plugin: "signing"
group = "com.github.akurilov"
version = "1.1.0"
version = "1.1.1"
}

tasks.withType(JavaCompile) {
Expand All @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compile("com.github.akurilov:java-commons:[1.2.0,)")
compile("com.github.akurilov:java-commons:[1.3.0,)")
testCompile("junit:junit:4.12")
}

Expand Down

0 comments on commit d8c8136

Please sign in to comment.