tenseleyflow/fussr / 20f7fb7

Browse files

Bump version to 0.2.3

Authored by espadonne
SHA
20f7fb781a44cf3afb9e007bf77e1e8f74881e46
Parents
f81edb6
Tree
5312379

3 changed files

StatusFile+-
M Cargo.lock 1 1
M Cargo.toml 1 1
M fussr.spec 1 1
Cargo.lockmodified
@@ -285,7 +285,7 @@ dependencies = [
285285
 
286286
 [[package]]
287287
 name = "fussr"
288
-version = "0.2.2"
288
+version = "0.2.3"
289289
 dependencies = [
290290
  "anyhow",
291291
  "clap",
Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "fussr"
3
-version = "0.2.2"
3
+version = "0.2.3"
44
 edition = "2021"
55
 description = "A git staging TUI tool - Rust port of fuss"
66
 authors = ["Matthew Wolffe"]
fussr.specmodified
@@ -1,5 +1,5 @@
11
 Name:           fussr
2
-Version:        0.2.2
2
+Version:        0.2.3
33
 Release:        1%{?dist}
44
 Summary:        A git staging TUI tool - Rust port of fuss
55