Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed May 7, 2023
1 parent 6faad2f commit 0329a48
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.1",
"version": "1.0.2",
"private": true,
"author": "kilbot <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -100,16 +100,16 @@
"rxdb": "^14.11.1"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/core": "^7.21.8",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.1",
"@types/node": "18.16.3",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"@types/node": "18.16.5",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-test-renderer": "^18.0.0",
"@types/sqlite3": "^3.1.8",
"@types/terser-webpack-plugin": "^5.2.0",
Expand Down Expand Up @@ -153,7 +153,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.81.0",
"webpack": "^5.82.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3",
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.1",
"version": "1.0.2",
"description": "A simple front-end for taking WooCommerce orders at the Point of Sale.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 0329a48

Please sign in to comment.