Skip to content

Commit

Permalink
v1.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Jun 23, 2024
1 parent 7c78f89 commit d862dbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend",
"private": true,
"version": "1.3.16",
"version": "1.3.17",
"license": "AGPL-3.0-or-later",
"scripts": {
"prebuild": "rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.3.16",
"version": "1.3.17",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.3.16"
"version": "1.3.17"
}

0 comments on commit d862dbc

Please sign in to comment.