diff --git a/Cargo.lock b/Cargo.lock index 936f03f..3a12bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "ruplacer" -version = "0.8.1" +version = "0.8.2" dependencies = [ "Inflector", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3a0a2d9..c7e1e1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruplacer" -version = "0.8.1" +version = "0.8.2" authors = ["Dimitri Merejkowsky "] description = "Find and replace text in source files" license = "BSD-3-Clause" diff --git a/README.md b/README.md index 070e527..4b5ee5c 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/your-tools/ruplacer/releases/tag/v0.8.1). +https://github.com/your-tools/ruplacer/releases/tag/v0.8.2). * `ruplacer` can also be installed from `homebrew`: diff --git a/tbump.toml b/tbump.toml index 3ba72eb..e73e10c 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/your-tools/ruplacer" [version] -current = "0.8.1" +current = "0.8.2" # Example of a semver regexp. # Make sure this matches current_version before