Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leplay committed Nov 14, 2023
1 parent 3d41956 commit b228a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- run: yarn install --frozen-lockfile --immutable --network-timeout ${{ inputs.npm_network_timeout }}

- run: yarn compile
- run: yarn build

- name: Prepare for app notarization (macOS)
if: startsWith(inputs.os, 'macos')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "costflow",
"version": "0.0.1",
"version": "0.0.2",
"description": "Costflow Official Desktop App",
"main": "./out/main/index.js",
"author": {
Expand Down

0 comments on commit b228a01

Please sign in to comment.