Skip to content

Commit 0c95fca

Browse files
committed
chore: bump version to 0.3.0
1 parent 6c20950 commit 0c95fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2"
3+
version = "0.3.0"
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
@@ -23,4 +23,4 @@ pub use self::config::*;
2323
pub const VERSION_TRACK: &'static str = "22.5.0";
2424

2525
/// The library's version.
26-
pub const VERSION: &'static str = "0.2.2";
26+
pub const VERSION: &'static str = "0.3.0";

0 commit comments

Comments
 (0)