Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Aug 23, 2022
1 parent 2d785cf commit 3bd2a2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Install Node.js and NPM
uses: actions/setup-node@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: npm install
- name: Install
run: |
npm install
yarn install
- name: npm test
env:
Expand Down
2 changes: 1 addition & 1 deletion 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.35",
"version": "1.0.0-alpha.36",
"private": true,
"author": "kilbot <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-react-boilerplate",
"version": "4.6.0",
"version": "1.0.0-alpha.36",
"description": "A foundation for scalable desktop apps",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 3bd2a2f

Please sign in to comment.