Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05fd797

Browse files
committedJul 3, 2024·
chore: Bump aqua version to 0.14.11
1 parent 1e7633e commit 05fd797

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎api/api-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/aqua-api",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"description": "Aqua API",
55
"type": "module",
66
"main": "index.js",

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BundleJS.*
22

3-
val aquaVersion = "0.14.10"
3+
val aquaVersion = "0.14.11"
44

55
val scalaV = "3.4.2"
66
val catsV = "2.12.0"

‎integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"prettier": {},
3131
"devDependencies": {
32-
"@fluencelabs/aqua-api": "0.14.10",
32+
"@fluencelabs/aqua-api": "0.14.11",
3333
"@fluencelabs/aqua-lib": "0.10.2",
3434
"@types/jest": "29.5.11",
3535
"@types/node": "18.19.10",

‎language-server/language-server-npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/aqua-language-server-api",
3-
"version": "0.14.10",
3+
"version": "0.14.11",
44
"description": "Aqua Language Server API",
55
"type": "commonjs",
66
"files": [

‎pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.