summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-20 21:40:13 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-20 21:40:13 -0500
commitb2fe84008cdcf7f887b0c17ec4f68175f587efc0 (patch)
tree2db10f3a972f2eeae356df2fb10abb4ffc041385 /Cargo.toml
parent0d06aade613dfab301ec4928c93aff640b8e72fc (diff)
chore: Release projectr version 0.3.1v0.3.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e6de2e..6868167 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "projectr"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
description = "A contextual, MRU sorted, project finder."
authors = ["Toby Vincent <tobyv13@gmail.com>"]