Skip to content

Commit

Permalink
chore: Bump aqua version to 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Jul 18, 2023
1 parent ce4be17 commit a445972
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/api-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-api",
"version": "0.11.7",
"version": "0.11.8",
"description": "Aqua API",
"type": "commonjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val aquaVersion = "0.11.7"
val aquaVersion = "0.11.8"

val scalaV = "3.3.0"
val catsV = "2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua",
"version": "0.11.7",
"version": "0.11.8",
"description": "Aqua compiler",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion language-server/language-server-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/aqua-language-server-api",
"version": "0.11.7",
"version": "0.11.8",
"description": "Aqua Language Server API",
"type": "commonjs",
"files": [
Expand Down

0 comments on commit a445972

Please sign in to comment.