Skip to content

Commit

Permalink
tag version v0.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Nov 19, 2023
1 parent 4f73f81 commit 1201df8
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.6.18"
VERSION = "0.6.19"
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.6.18",
"version": "0.6.19",
"description": "",
"scripts": {
"build": "rm -rf dist/ && rollup -c",
Expand Down Expand Up @@ -47,7 +47,7 @@
"eslint-config-google": "^0.14.0",
"eslint-plugin-custom-elements": "0.0.8",
"eslint-plugin-lit": "^1.10.1",
"gravity-api": "^0.6.18",
"gravity-api": "^0.6.19",
"lit": "^2.8.0",
"moment": "^2.29.4",
"prettier": "^3.1.0",
Expand Down

0 comments on commit 1201df8

Please sign in to comment.