Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMatoosh committed May 9, 2018
1 parent af5346c commit 6959fa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ subprojects {
sourceCompatibility = "1.7"
targetCompatibility = "1.7"
group 'me.matoosh.undernet'
version '0.2'
version '0.2.1'

repositories {
mavenCentral()
}

dependencies {
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
compile group: "org.cfg4j", name:"cfg4j-core", version: "4.4.1"
Expand Down

0 comments on commit 6959fa9

Please sign in to comment.