Bump versions to 1.1.0, in anticipation.

This commit is contained in:
KtorZ
2024-08-29 09:11:54 +02:00
parent e31c6de04e
commit c21466831c
6 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken-lang"
description = "The Aiken compiler"
version = "1.0.31-alpha"
version = "1.1.0"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
@@ -30,7 +30,7 @@ petgraph = "0.6.3"
serde = { version = "1.0.197", features = ["derive", "rc"] }
strum = "0.24.1"
thiserror = "1.0.39"
uplc = { path = '../uplc', version = "1.0.31-alpha" }
uplc = { path = '../uplc', version = "1.1.0" }
vec1 = "1.10.1"
[target.'cfg(not(target_family="wasm"))'.dependencies]