Skip to content

Commit

Permalink
Java6 compatible JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Jun 28, 2012
1 parent 8e26a92 commit b93e268
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 b93e268

Please sign in to comment.