bump version
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
Nick Pegg 2025-05-18 08:47:59 -07:00
parent aba9fa4025
commit b1d66d7e9f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -959,7 +959,7 @@ dependencies = [
[[package]] [[package]]
name = "photojawn" name = "photojawn"
version = "0.2.0-pre.1" version = "0.2.0-pre.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "photojawn" name = "photojawn"
version = "0.2.0-pre.1" version = "0.2.0-pre.2"
description = "A static site generator for photo albums" description = "A static site generator for photo albums"
authors = ["Nick Pegg <nick@nickpegg.com>"] authors = ["Nick Pegg <nick@nickpegg.com>"]
license = "MIT" license = "MIT"