Skip to content

Commit 1da5ee0

Browse files
committed
v1.3.5
1 parent 389a616 commit 1da5ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend",
33
"private": true,
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {
77
"prebuild": "rimraf dist",

apps/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {
77
"build": "nuxt build",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.3.4"
4+
"version": "1.3.5"
55
}

0 commit comments

Comments
 (0)