diff --git a/Makefile b/Makefile index 96b4c0e63..e1d28b5f7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PWD = $(shell pwd) UID = $(shell id -u) GID = $(shell id -g) -VERSION = "0.14.0" +VERSION = "0.14.1" LD_FLAGS = -X beryju.io/gravity/pkg/extconfig.Version=${VERSION} GO_FLAGS = -ldflags "${LD_FLAGS}" -v SCHEMA_FILE = schema.yml diff --git a/web/package-lock.json b/web/package-lock.json index 74378b923..e372e9c54 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "@beryju/gravity-web", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@beryju/gravity-web", - "version": "0.14.0", + "version": "0.14.1", "dependencies": { "@codecov/rollup-plugin": "^1.4.0", "@codemirror/lang-javascript": "^6.2.2", @@ -36,7 +36,7 @@ "eslint-plugin-lit": "^1.15.0", "eslint-plugin-wc": "^2.2.0", "globals": "^15.12.0", - "gravity-api": "^0.14.0", + "gravity-api": "^0.14.1", "lit": "^3.2.1", "moment": "^2.30.1", "prettier": "^3.3.3", @@ -3965,9 +3965,9 @@ "license": "MIT" }, "node_modules/gravity-api": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/gravity-api/-/gravity-api-0.14.0.tgz", - "integrity": "sha512-dZeLlw8ZfkiizM7cirq+63IY2K0WNlj+vS1EtiNZtytuyQUwDC4MEjbQjykjVh31CPEshacfIZSfE6Qe0eiFpw==" + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/gravity-api/-/gravity-api-0.14.1.tgz", + "integrity": "sha512-6Vli6X5zzi/v48okArpTyjtIFcN6DhHGexR6uizPSs5Wjf1zNYPCbY+VO8ZX19JEqM4TF+/xlBXcPjb0dYVKOA==" }, "node_modules/has-flag": { "version": "3.0.0", diff --git a/web/package.json b/web/package.json index 4a1c08421..f6a653186 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@beryju/gravity-web", - "version": "0.14.0", + "version": "0.14.1", "description": "", "scripts": { "build": "rm -rf dist/ && rollup -c", @@ -39,7 +39,7 @@ "eslint-plugin-lit": "^1.15.0", "eslint-plugin-wc": "^2.2.0", "globals": "^15.12.0", - "gravity-api": "^0.14.0", + "gravity-api": "^0.14.1", "lit": "^3.2.1", "moment": "^2.30.1", "prettier": "^3.3.3",