Skip to content

Commit aae4bd8

Browse files
committed
bump version
1 parent 69a4c1c commit aae4bd8

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[package]
22
name = "flint-core"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
edition = "2024"
55
license = "MIT"
66
description = "The shared functionality for flint implementations"
77
keywords = ["flint", "steel", "minecraft", "test"]
8-
categories = ["development-tools::testing", "development-tools", "development-tools::debugging"]
8+
categories = [
9+
"development-tools::testing",
10+
"development-tools",
11+
"development-tools::debugging",
12+
]
913
readme = "README.md"
1014
repository = "https://github.com/FlintTestMC/flint-core"
1115
homepage = "https://github.com/FlintTestMC/flint-core"
@@ -28,4 +32,5 @@ serial_test = "3.5.0"
2832

2933
[[bin]]
3034
name = "flint-validate"
31-
path = "src/bin/flint-validate.rs"
35+
path = "src/bin/flint-validate.rs"
36+

0 commit comments

Comments
 (0)