bump version to 0.3.1

This commit is contained in:
epic-64 2025-12-03 00:00:00 +01:00
parent b1df1b1fbd
commit 758031778b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -40,7 +40,7 @@ dependencies = [
[[package]] [[package]]
name = "binbreak" name = "binbreak"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"color-eyre", "color-eyre",
"crossterm 0.29.0", "crossterm 0.29.0",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "binbreak" name = "binbreak"
version = "0.3.0" version = "0.3.1"
description = "A terminal based binary number guessing game" description = "A terminal based binary number guessing game"
authors = ["William Raendchen <william@holonaut.io>"] authors = ["William Raendchen <william@holonaut.io>"]
license = "MIT" license = "MIT"