Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terror committed Jul 14, 2023
1 parent d857df6 commit d2b0f7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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
@@ -1,6 +1,6 @@
[package]
name = "edmv"
version = "0.0.1"
version = "1.0.0"
description = "Bulk rename files using your favorite editor"
authors = ["Liam <[email protected]>"]
license = "CC0-1.0"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## edmv 📦

[![CI](https://github.com/terror/edmv/actions/workflows/ci.yml/badge.svg)](https://github.com/terror/edmv/actions/workflows/ci.yml)
[![crates.io](https://shields.io/crates/v/edmv.svg)](https://crates.io/crates/edmv)

**edmv** is a tool that lets you bulk rename files fast using your preferred
text editor.
Expand Down Expand Up @@ -28,9 +29,6 @@ cd edmv
cargo install --path .
```

...or you can download one of the pre-built binaries from the
[releases](https://github.com/terror/edmv/releases) page.

### Usage

Below is the output of `edmv --help`:
Expand Down

0 comments on commit d2b0f7c

Please sign in to comment.