Set development version at v0.1.0-beta.1

This commit is contained in:
Michael Davis
2025-03-28 20:03:50 -04:00
parent 180727daf3
commit 982bd1fb5c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -419,7 +419,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "helix-crossterm"
version = "0.28.1"
version = "0.1.0-beta.1"
dependencies = [
"async-std",
"bitflags 2.6.0",

View File

@@ -1,6 +1,6 @@
[package]
name = "helix-crossterm"
version = "0.28.1"
version = "0.1.0-beta.1"
authors = [
# Original author
"T. Post",