Skip to content

Commit

Permalink
snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagenleitner committed Aug 24, 2013
1 parent fde8f92 commit 41b7fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'
apply plugin: 'codenarc'
apply plugin: 'idea'

version = '0.8.0'
version = '1.0.0-SNAPSHOT'
group = 'com.github.groovy-wslite'

sourceCompatibility = 1.5
Expand Down Expand Up @@ -122,5 +122,5 @@ uploadArchives {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.6'
gradleVersion = '1.7'
}

0 comments on commit 41b7fea

Please sign in to comment.