diff --git a/Cargo.lock b/Cargo.lock index 381e629..543f297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "configure" -version = "0.1.15" +version = "0.2.0" dependencies = [ "base64 0.13.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 515c380..f36bda1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "configure" -version = "0.1.15" +version = "0.2.0" authors = ["Jeremy Massel "] edition = "2018" diff --git a/gradle-plugin/configure/build.gradle.kts b/gradle-plugin/configure/build.gradle.kts index ede433f..af3e6c6 100644 --- a/gradle-plugin/configure/build.gradle.kts +++ b/gradle-plugin/configure/build.gradle.kts @@ -2,7 +2,7 @@ import com.novoda.gradle.release.PublishExtension import org.jetbrains.kotlin.gradle.tasks.KotlinCompile /// The plugin version number – change this to match whatever your tag will be -version = "0.1.15" +version = "0.2.0" group = "com.automattic.android" buildscript {