mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
update version to 0.2.1-beta.2
This commit is contained in:
parent
50d2344f05
commit
4f4f49b7e9
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1,6 +1,6 @@
|
|||
[root]
|
||||
name = "skim"
|
||||
version = "0.2.1-beta.1"
|
||||
version = "0.2.1-beta.2"
|
||||
dependencies = [
|
||||
"clippy 0.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "skim"
|
||||
version = "0.2.1-beta.1"
|
||||
version = "0.2.1-beta.2"
|
||||
authors = ["Mark Wallace <lotabout@gmail.com>"]
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
2
install
2
install
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
set -u
|
||||
|
||||
version="0.2.1-beta.1"
|
||||
version="0.2.1-beta.2"
|
||||
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
skim_base="$(pwd)"
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ fn real_main() -> i32 {
|
|||
|
||||
// print version
|
||||
if options.opt_present("version") {
|
||||
println!("0.2.1-beta.1");
|
||||
println!("0.2.1-beta.2");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue