Skip to content

Commit

Permalink
v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Sep 3, 2023
1 parent b41969d commit 8a11b22
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.11",
"version": "1.3.12",
"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.11",
"version": "1.3.12",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "nuxt build",
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.11"
"version": "1.3.12"
}

0 comments on commit 8a11b22

Please sign in to comment.