Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
necipsagiro committed Feb 6, 2024
1 parent 49e63da commit 3a3e9e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

- name: Prepare for app notarization
if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS
run: |
mkdir -p ~/private_keys/
echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "klein",
"productName": "Klein",
"version": "0.0.19",
"version": "0.0.1",
"description": "Klein helps you install, run, and manage your node without the need of technical skills.",
"main": "app/electron/main.js",
"scripts": {
Expand Down

0 comments on commit 3a3e9e0

Please sign in to comment.