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,6 +1,6 @@
[package]
name = "aiken-lsp"
version = "1.0.31-alpha"
version = "1.1.0"
edition = "2021"
description = "Cardano smart contract language and toolchain"
repository = "https://github.com/aiken-lang/aiken"
@@ -24,5 +24,5 @@ tracing = "0.1.37"
url = "2.3.1"
urlencoding = "2.1.2"
aiken-lang = { path = '../aiken-lang', version = "1.0.31-alpha" }
aiken-project = { path = '../aiken-project', version = "1.0.31-alpha" }
aiken-lang = { path = '../aiken-lang', version = "1.1.0" }
aiken-project = { path = '../aiken-project', version = "1.1.0" }