Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Feb 21, 2012
1 parent 7c47f3f commit 2c9c438
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 @@ -5,7 +5,7 @@ apply plugin: 'idea'

defaultTasks 'clean', 'build'

version = '0.4.1-SNAPSHOT'
version = '0.3.13-SNAPSHOT'
group = 'com.eriwen'
archivesBaseName = 'gradle-js-plugin'
isSnapshot = version.endsWith("-SNAPSHOT")
Expand Down Expand Up @@ -60,7 +60,7 @@ task groovydocJar(type: Jar) {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.0-milestone-7'
gradleVersion = '1.0-milestone-8a'
}

artifacts {
Expand Down

0 comments on commit 2c9c438

Please sign in to comment.