Skip to content

Commit 5f14822

Browse files
committed
chore: bump version to 0.2.1; fix Cargo.lock
1 parent 2d5a450 commit 5f14822

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 = "autojump"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Wang Xuerui <git@xen0n.name>"]
55
description = "A Rust port and drop-in replacement of autojump"
66
repository = "https://github.com/xen0n/autojump-rs"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub use self::config::*;
2020
pub const VERSION_TRACK: &'static str = "22.5.0";
2121

2222
/// The library's version.
23-
pub const VERSION: &'static str = "0.2.0";
23+
pub const VERSION: &'static str = "0.2.1";
2424

2525

2626
/// Get a version string suitable for the CLI display.

0 commit comments

Comments
 (0)