Skip to content

Commit

Permalink
Get version number right
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 10, 2024
1 parent 142ef01 commit d38e7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:
tag_name: v${{ steps.get_latest_release.outputs.new_version }}
name: v${{ steps.get_latest_release.outputs.new_version }}
prerelease: true
body: ${{ github.event.head_commit.message }}
body: ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "TailLinguifAI",
"email": ""
},
"version": "0.3.7",
"version": "0.3.4",
"main": "./public/electron.js",
"homepage": "./",
"private": true,
Expand Down

0 comments on commit d38e7bc

Please sign in to comment.