Skip to content

Commit 0af9d3a

Browse files
committed
chore: bump version to 0.2.2
1 parent 92512da commit 0af9d3a

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.1"
3+
version = "0.2.2"
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
@@ -22,7 +22,7 @@ pub use self::config::*;
2222
pub const VERSION_TRACK: &'static str = "22.5.0";
2323

2424
/// The library's version.
25-
pub const VERSION: &'static str = "0.2.1";
25+
pub const VERSION: &'static str = "0.2.2";
2626

2727

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

0 commit comments

Comments
 (0)