Skip to content

Commit

Permalink
1 point oh
Browse files Browse the repository at this point in the history
  • Loading branch information
geremachek committed May 30, 2021
1 parent 587fc47 commit 3e64228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "merlin"
version = "0.1.0"
version = "1.0.0"
authors = ["geremachek <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod nomen;
fn main() {
let merlin_args = App::new("merlin:")
.about("An esoteric, programmable text editor")
.version("0.1.0")
.version("1.0.0")
.arg(Arg::with_name("no-errors")
.short("n")
.long("no-errors")
Expand Down

0 comments on commit 3e64228

Please sign in to comment.