Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Feb 14, 2023
1 parent 213c9fe commit 05b925b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wcpos/app-electron",
"productName": "WooCommerce POS",
"description": "Electron app for WooCommerce POS",
"version": "1.0.0-alpha.82",
"version": "1.0.0-alpha.83",
"private": true,
"author": "kilbot <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -107,7 +107,7 @@
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/node": "18.13.0",
"@types/react": "^18.0.27",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/react-test-renderer": "^18.0.0",
"@types/sqlite3": "^3.1.8",
Expand Down Expand Up @@ -136,14 +136,14 @@
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.2",
"lint-staged": "^13.1.1",
"lint-staged": "^13.1.2",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.8.4",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.7",
"react-test-renderer": "^18.2.0",
"rimraf": "^3.0.2",
"sass": "^1.58.0",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
Expand All @@ -153,8 +153,8 @@
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-pos",
"productName": "WooCommerce POS",
"version": "1.0.0-alpha.82",
"version": "1.0.0-alpha.83",
"description": "A simple front-end for taking WooCommerce orders at the Point of Sale.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 05b925b

Please sign in to comment.