Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Dec 10, 2017
2 parents 531a999 + 50316f5 commit bcc7601
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 24 deletions.
46 changes: 26 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "autojump"
version = "0.3.0"
version = "0.3.1"
authors = ["Wang Xuerui <git@xen0n.name>"]
description = "A Rust port and drop-in replacement of autojump"
repository = "https://github.com/xen0n/autojump-rs"
Expand All @@ -15,8 +15,7 @@ nightly = []


[dependencies]
# atomicwrites = "0.1.3"
atomicwrites = { git = "https://github.com/xen0n/rust-atomicwrites", branch = "feature/update-nix" }
atomicwrites = "0.1.4"
docopt = "0.8.1"
regex = "0.2"
serde = "1.0.19"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -23,4 +23,4 @@ pub use self::config::*;
pub const VERSION_TRACK: &'static str = "22.5.0";

/// The library's version.
pub const VERSION: &'static str = "0.3.0";
pub const VERSION: &'static str = "0.3.1";

0 comments on commit bcc7601

Please sign in to comment.