chore: bump version to v0.1.1 01bccef5
Steve · 2026-05-06 21:53 2 file(s) · +2 −2
Cargo.lock +1 −1
210 210
211 211
[[package]]
212 212
name = "bullets"
213 -
version = "0.1.0"
213 +
version = "0.1.1"
214 214
dependencies = [
215 215
 "chrono",
216 216
 "color-eyre",
Cargo.toml +1 −1
1 1
[package]
2 2
name = "bullets"
3 -
version = "0.1.0"
3 +
version = "0.1.1"
4 4
description = "Minimal RSS TUI"
5 5
authors = ["Steve <contact@stevedylan.dev>"]
6 6
license = "MIT"