Skip to content

Commit

Permalink
Merge pull request #4 from pdsuwwz/feature/version-update
Browse files Browse the repository at this point in the history
🎈 update v3.0
  • Loading branch information
pdsuwwz authored Apr 28, 2022
2 parents ae73c89 + fcacb19 commit 04acab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend",
"private": true,
"version": "1.0.0",
"version": "3.0",
"main": "index.js",
"scripts": {
"dev": "node index.js"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"version": "3.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docx-preview-demo",
"version": "1.0.0",
"version": "3.0",
"description": "Docx Preview Demo",
"scripts": {
"start": "concurrently 'pnpm frontend' 'pnpm backend'",
Expand Down

0 comments on commit 04acab0

Please sign in to comment.