Skip to content

Commit

Permalink
Bump to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed May 13, 2020
1 parent 7deed54 commit b6c6a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruplacer"
version = "0.4.2"
version = "0.4.3"
authors = ["Dimitri Merejkowsky <d.merej@gmail.com>"]
description = "Find and replace text in source files"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b6c6a31

Please sign in to comment.