summary history branches tags files
commit:189e50586237bc874cb8098efd69ac28084e4698
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Aug 29 21:43:31 2024 +0200
parents:98da4e926cc30873564a81443e9b08515beaec95
bump version to 0.3.2
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index da10409..cd23f4b
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -131,7 +131,7 @@ dependencies = [
 
 [[package]]
 name = "fstop-print-calc"
-version = "0.3.1"
+version = "0.3.2"
 dependencies = [
  "clap",
  "clap-num",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 526f8d2..03e627d
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "fstop-print-calc"
-version = "0.3.1"
+version = "0.3.2"
 edition = "2021"
 authors = ["Trevor Bentley <fstop-print-calc@x.mrmekon.com>"]
 description = "F-stop time calculator for photographic enlarging"