Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodds committed Jan 20, 2023
1 parent 7d8ad7b commit b0ab46c
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.2.0",
"version": "1.3.0",
"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.2.0",
"version": "1.3.0",
"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,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.2.0"
"version": "1.3.0"
}

0 comments on commit b0ab46c

Please sign in to comment.