Skip to content

Commit

Permalink
Crate release
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelgv committed Aug 22, 2018
1 parent c2467c0 commit 20b5183
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.2.1 (Unreleased)
# v0.2.1 (2018-08-23)
### Added
* More info displayed on error messages.
* Symlink test.
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
@@ -1,6 +1,6 @@
[package]
name = "rnr"
version = "0.2.0"
version = "0.2.1"
authors = ["Ismael González Valverde <[email protected]>"]
description = """
RnR is a command-line tool to rename multiple files and directories that
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::ffi::{OsStr, OsString};
/// Create application using clap. It sets all options and command-line help.
pub fn create_app<'a>() -> App<'a, 'a> {
App::new("rnr")
.version("0.2.0")
.version("0.2.1")
.author("Ismael González <[email protected]>")
.about("\nrnr is simple file renamer written in Rust.")
.arg(
Expand Down

0 comments on commit 20b5183

Please sign in to comment.