Skip to content

Commit

Permalink
Cut 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Mar 5, 2021
1 parent 3b2ce03 commit a472324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "configure"
version = "0.4.0"
version = "0.5.0"
authors = ["Jeremy Massel <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/configure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0"
version = "0.5.0"
group = "com.automattic.android"

buildscript {
Expand Down

0 comments on commit a472324

Please sign in to comment.