chore: reset version

This commit is contained in:
rvcas
2024-09-03 17:01:24 -04:00
parent 140cb02be0
commit 20ac89fc33
6 changed files with 22 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken-lang"
description = "The Aiken compiler"
version = "1.1.0"
version = "1.0.31-alpha"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
@@ -31,7 +31,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.1.0" }
uplc = { path = '../uplc', version = "1.0.31-alpha" }
vec1 = "1.10.1"
[target.'cfg(not(target_family="wasm"))'.dependencies]