We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c20950 commit 0c95fcaCopy full SHA for 0c95fca
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "autojump"
3
-version = "0.2.2"
+version = "0.3.0"
4
authors = ["Wang Xuerui <git@xen0n.name>"]
5
description = "A Rust port and drop-in replacement of autojump"
6
repository = "https://github.com/xen0n/autojump-rs"
src/lib.rs
@@ -23,4 +23,4 @@ pub use self::config::*;
23
pub const VERSION_TRACK: &'static str = "22.5.0";
24
25
/// The library's version.
26
-pub const VERSION: &'static str = "0.2.2";
+pub const VERSION: &'static str = "0.3.0";
0 commit comments