version bump: release 1.0.0

This commit is contained in:
Skye 2023-01-15 12:47:08 +09:00
parent 44ecf2b07b
commit 1524e4f143
Signed by: me
GPG key ID: 0104BC05F41B77B8
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "uwurandom-rs"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"

View file

@ -1,7 +1,8 @@
[package]
name = "uwurandom-proc-macros"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[lib]
proc-macro = true