Skip to content

Commit d532254

Browse files
committed
set version number so that cargo-release can then set it correctly.
1 parent 76d9f60 commit d532254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "gba"
33
description = "A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead."
44
repository = "https://github.com/rust-console/gba"
5-
version = "0.13.3"
5+
version = "0.14.0"
66
edition = "2021"
77
license = "Zlib OR Apache-2.0 OR MIT"
88

0 commit comments

Comments
 (0)