Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipinho committed Jun 28, 2024
1 parent 681a21a commit 80f9610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"author": "",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "docmost",
"homepage": "https://docmost.com",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "nx run-many -t build",
Expand Down

0 comments on commit 80f9610

Please sign in to comment.