Skip to content

Commit

Permalink
version up 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
importre committed May 13, 2015
1 parent a447d7f commit db54ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'groovy'
apply plugin: 'maven'

version = '0.1.1'
version = '0.2.0'
group = 'co.riiid'

repositories {
Expand All @@ -12,5 +12,6 @@ dependencies {
compile gradleApi()
compile localGroovy()
compile 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
compile 'org.zeroturnaround:zt-zip:1.8'
testCompile group: 'junit', name: 'junit', version: '4.11'
}

0 comments on commit db54ca1

Please sign in to comment.