Skip to content

Commit

Permalink
Bump version 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
proohit committed Nov 4, 2022
1 parent c14952c commit 15cf243
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions accountingapp-backend/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cd /home/direnc/accountingapp/accountingapp-backend

git checkout .

git pull

npm install

supervisorctl restart accounting3
2 changes: 1 addition & 1 deletion accountingapp-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accountingapp-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accountingapp-backend",
"version": "0.14.1",
"version": "0.14.2",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accountingapp-web",
"version": "0.14.1",
"version": "0.14.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 15cf243

Please sign in to comment.