diff --git a/Cargo.lock b/Cargo.lock index d676876..0a79c0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "ruplacer" -version = "0.6.4" +version = "0.6.5" dependencies = [ "Inflector", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ec86899..1bd6915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruplacer" -version = "0.6.4" +version = "0.6.5" authors = ["Dimitri Merejkowsky "] description = "Find and replace text in source files" license = "BSD-3-Clause" diff --git a/README.md b/README.md index 9f252d6..ac29eea 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cargo install ruplacer ## Alternative installation methods * Pre-compiled binaries for Linux, macOS, and Windows are available as [assets of the latest release]( -https://github.com/dmerejkowsky/ruplacer/releases/tag/v0.6.4). +https://github.com/dmerejkowsky/ruplacer/releases/tag/v0.6.5). * `ruplacer` can also be installed from `homebrew`: diff --git a/tbump.toml b/tbump.toml index 8930315..05c6ca5 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/dmerejkowsky/ruplacer" [version] -current = "0.6.4" +current = "0.6.5" # Example of a semver regexp. # Make sure this matches current_version before