Skip to content

Commit 3b50809

Browse files
committed
Update to use --locked in installation instructions
1 parent f714b62 commit 3b50809

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goto-cd"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Henrik 'CatEars' Adolfsson <[email protected]>"]
55
description = "Teleportation for the command-line"
66
homepage = "https://github.com/CatEars/goto"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use storage::{ensure_directory_structure, get_current_profile};
99

1010
fn parse_opts<'a, 'b>() -> clap::App<'a, 'b> {
1111
return App::new("Goto")
12-
.version("2.0.0")
12+
.version("2.0.1")
1313
.author("'CatEars' <[email protected]>")
1414
.about("Give your terminal teleporting powers")
1515
.arg(

0 commit comments

Comments
 (0)