bump version

This commit is contained in:
askiiart 2024-12-31 11:05:22 -06:00
parent d75c103ae7
commit 3c4b786c7d
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,4 +4,4 @@ version = 4
[[package]]
name = "better-commands"
version = "0.1.0"
version = "0.1.1"

View file

@ -1,7 +1,7 @@
[package]
name = "better-commands"
description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as it runs line-by-line"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "GPL-3.0-only"
keywords = ["command", "cmd"]