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"
description = "Cardano smart contract language and toolchain"
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"
@@ -20,9 +20,9 @@ license = false
eula = false
[dependencies]
aiken-lang = { path = "../aiken-lang", version = "1.1.0" }
aiken-lsp = { path = "../aiken-lsp", version = "1.1.0" }
aiken-project = { path = '../aiken-project', version = "1.1.0" }
aiken-lang = { path = "../aiken-lang", version = "1.0.31-alpha" }
aiken-lsp = { path = "../aiken-lsp", version = "1.0.31-alpha" }
aiken-project = { path = '../aiken-project', version = "1.0.31-alpha" }
clap = { version = "4.1.8", features = [
"derive",
"wrap_help",
@@ -45,7 +45,7 @@ rand = "0.8.5"
regex = "1.7.1"
serde_json = "1.0.94"
thiserror = "1.0.39"
uplc = { path = '../uplc', version = "1.1.0" }
uplc = { path = '../uplc', version = "1.0.31-alpha" }
[target.'cfg(not(windows))'.dependencies]
xdg = "2.5.2"