Skip to content

Commit

Permalink
Bump version to 1.4.1 for issue eriwen#51 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Feb 23, 2013
1 parent 118f1d7 commit 3baae0c
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.4.0'
classpath 'com.eriwen:gradle-js-plugin:1.4.1'
}
}
// 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 @@ -8,7 +8,7 @@ targetCompatibility = '1.6'

defaultTasks 'clean', 'build'

version = '1.4.0'
version = '1.4.1'
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.4.0'
classpath 'com.eriwen:gradle-js-plugin:1.4.1'
}
}
buildscript {
Expand Down

0 comments on commit 3baae0c

Please sign in to comment.