diff --git a/Cargo.lock b/Cargo.lock index 1d6e9bc..3003834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "glt" -version = "0.1.0" +version = "0.1.1" diff --git a/Cargo.toml b/Cargo.toml index a7e04bf..e3af35c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glt" -version = "0.1.0" +version = "0.1.1" edition = "2024" description = "Glint compiler library" license = "MIT"