Skip to content

Commit

Permalink
Prepares for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Sanson committed Mar 27, 2019
1 parent b680a6a commit 7dbd77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext.version = "1.0.0-alpha4"
ext.version = "1.0.0"
ext.group = "nz.co.trademe.plunge"
ext.repo = "Plunge"
ext.org = "trademe"
Expand Down
2 changes: 1 addition & 1 deletion plunge-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
implementation "com.android.tools.build:gradle:$android_gradle_plugin_version"

// Plunge parsing
implementation "nz.co.trademe.plunge:plunge-parsing:1.0.0-alpha4"
implementation "nz.co.trademe.plunge:plunge-parsing:1.0.0"
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url "https://dl.bintray.com/trademe/Plunge" }
}
dependencies {
classpath "nz.co.trademe.plunge:plunge-gradle-plugin:1.0.0-alpha4"
classpath "nz.co.trademe.plunge:plunge-gradle-plugin:1.0.0"
}
}

Expand Down

0 comments on commit 7dbd77d

Please sign in to comment.