Skip to content

Commit

Permalink
tag version v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Nov 22, 2024
1 parent b713808 commit 0affcc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beryju/gravity-web",
"version": "0.14.0",
"version": "0.14.1",
"description": "",
"scripts": {
"build": "rm -rf dist/ && rollup -c",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0affcc7

Please sign in to comment.