Skip to content

Commit

Permalink
Bump version 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
proohit committed Dec 1, 2022
1 parent 275c90f commit 4ba2e52
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accountingapp/backend",
"version": "0.16.2",
"version": "0.16.3",
"description": "",
"author": "",
"private": true,
Expand Down
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.16.2",
"version": "0.16.3",
"private": true,
"scripts": {
"lint": "next lint",
Expand Down
10 changes: 5 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accountingapp",
"version": "0.16.2",
"version": "0.16.3",
"description": "Accounting App is a project which helps to keep an overview of balances of personal wallets.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accountingapp/shared",
"version": "0.16.2",
"version": "0.16.3",
"scripts": {
"prebuild": "rimraf dist",
"build": "npm run build:esm && npm run build:cjs",
Expand Down

0 comments on commit 4ba2e52

Please sign in to comment.