chore: bump version

This commit is contained in:
Alexandre Pasmantier 2024-10-13 23:58:16 +02:00
parent 9d98b97a2d
commit dbc4b6c06a

View File

@ -1,6 +1,6 @@
[package] [package]
name = "television" name = "television"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
description = "The revolution will be televised." description = "The revolution will be televised."
license = "MIT" license = "MIT"
@ -27,7 +27,7 @@ members = [
] ]
[dependencies] [dependencies]
television-derive = { path = "crates/television_derive" } television-derive = { version = "0.1.0", path = "crates/television_derive" }
better-panic = "0.3.0" better-panic = "0.3.0"
clap = { version = "4.4.5", features = [ clap = { version = "4.4.5", features = [
"derive", "derive",