Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 19, 2024
1 parent b070c21 commit 1462611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build
on:
create:
tags:
- v*
push:
branches:
- feature/electron

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "personal-analytics",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist-electron/main/index.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 1462611

Please sign in to comment.