Bump bin versions

This commit is contained in:
2Shirt 2026-01-17 15:10:25 -08:00
parent 6e080c8384
commit 5df258f604
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ name = "core"
authors = ["2Shirt <2xShirt@gmail.com>"] authors = ["2Shirt <2xShirt@gmail.com>"]
edition = "2024" edition = "2024"
license = "GPL" license = "GPL"
version = "0.2.0" version = "0.3.0"
[dependencies] [dependencies]
better-panic = "0.3.0" better-panic = "0.3.0"

View file

@ -18,7 +18,7 @@ name = "deja-vu"
authors = ["2Shirt <2xShirt@gmail.com>"] authors = ["2Shirt <2xShirt@gmail.com>"]
edition = "2024" edition = "2024"
license = "GPL" license = "GPL"
version = "0.2.0" version = "0.3.0"
[dependencies] [dependencies]
core = { path = "../core" } core = { path = "../core" }