From b6c6a3173642c949351ef1508bb5e7bdacb47d60 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Wed, 13 May 2020 17:42:36 +0200 Subject: [PATCH] Bump to 0.4.3 --- Cargo.toml | 2 +- README.md | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d1185d..7e946d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruplacer" -version = "0.4.2" +version = "0.4.3" authors = ["Dimitri Merejkowsky "] description = "Find and replace text in source files" license = "BSD-3-Clause" diff --git a/README.md b/README.md index 3abac2d..a72801f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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/TankerHQ/ruplacer/releases/tag/v0.4.2). +https://github.com/TankerHQ/ruplacer/releases/tag/v0.4.3). * `ruplacer` can also be installed from `homebrew`: diff --git a/tbump.toml b/tbump.toml index c6c6621..2f9256e 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,6 +1,6 @@ [version] -current = "0.4.2" +current = "0.4.3" # Example of a semver regexp. # Make sure this matches current_version before