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.
2 parents c4c86c9 + 985b1db commit 620e959Copy full SHA for 620e959
Cargo.toml
@@ -1,7 +1,12 @@
1
[package]
2
name = "autojump"
3
-version = "0.1.0"
+version = "0.2.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"
7
+readme = "README.md"
8
+license = "GPL-3.0+"
9
+include = ["src/*.rs", "Cargo.toml", "build.rs"]
10
build = "build.rs"
11
12
src/lib.rs
@@ -20,7 +20,7 @@ pub use self::config::*;
20
pub const VERSION_TRACK: &'static str = "22.5.0";
21
22
/// The library's version.
23
-pub const VERSION: &'static str = "0.1.0";
+pub const VERSION: &'static str = "0.2.0";
24
25
26
/// Get a version string suitable for the CLI display.
0 commit comments