summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-14 22:33:22 +0000
committerEllie Huxtable <e@elm.sh>2021-02-14 22:33:22 +0000
commitb10d302e57a288a295e080fbb46570e6f891cdbd (patch)
tree343e1a6a8c1bc35afd9597120646e74df2dce607
parent06afd6065f08c32b7bd3f7a7dad445333d2a63a7 (diff)
Bump version
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/main.rs4
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 67b0e22c..93390c72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -106,7 +106,7 @@ dependencies = [
[[package]]
name = "atuin"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"chrono",
"chrono-english",
diff --git a/Cargo.toml b/Cargo.toml
index 1353a310..883bcc17 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Ellie Huxtable <e@elm.sh>"]
edition = "2018"
license = "MIT"
diff --git a/src/main.rs b/src/main.rs
index 21241b83..c4ac30b2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -25,8 +25,8 @@ mod remote;
#[derive(StructOpt)]
#[structopt(
author = "Ellie Huxtable <e@elm.sh>",
- version = "0.1.0",
- about = "Keep your shell history in sync"
+ version = "0.3.1",
+ about = "Magical shell history"
)]
struct Atuin {
#[structopt(long, parse(from_os_str), help = "db file path")]