Skip to content

Commit

Permalink
Merging update to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Jul 1, 2012
2 parents 9f7738a + b93e268 commit 0645bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.eriwen:gradle-js-plugin:1.0.2'
classpath 'com.eriwen:gradle-js-plugin:1.0.3'
}
}
// Invoke the plugin
Expand Down
2 changes: 1 addition & 1 deletion 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 = '1.0.2'
version = '1.0.3'
group = 'com.eriwen'
ext.archivesBaseName = 'gradle-js-plugin'
ext.isSnapshot = version.endsWith("-SNAPSHOT")
Expand Down
2 changes: 1 addition & 1 deletion plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.eriwen:gradle-js-plugin:1.0.2'
classpath 'com.eriwen:gradle-js-plugin:1.0.3'
}
}

Expand Down

0 comments on commit 0645bde

Please sign in to comment.