Skip to content

Commit

Permalink
chore(version): bump 0.4.5 to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Mar 28, 2023
1 parent 8a45ced commit bbd7f29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6
commit = True
message = chore(version): bump {current_version} to {new_version}
tag = True
Expand Down
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
Expand Up @@ -20,7 +20,7 @@ name = "filesfinder"
readme = "README.md"
repository = "https://github.com/jeertmans/filesfinder"
rust-version = "1.63.0"
version = "0.4.5"
version = "0.4.6"

[[test]]
name = "same_as_find"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ A major application to `FF` is to be used within repositories. Therefore, you ca
# Default: ${{ github.repository }}
repository: ''
- name: Find files matching "*.rs" or "*.md"
uses: jeertmans/[email protected].5
uses: jeertmans/[email protected].6
id: ff # Any id, to be used later to reference to files output
with:
# Only argument, a single string, to be passed as arguments to ff.
Expand Down

0 comments on commit bbd7f29

Please sign in to comment.