Skip to content

Commit

Permalink
add fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 16, 2024
1 parent b992612 commit 45d4bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-2019, macos-12, macos-latest, ubuntu-22.04]
platform: [ubuntu-22.04]
# platform: [windows-2019, macos-12, macos-latest, ubuntu-22.04]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

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": "org.holochain.kangaroo-electron",
"version": "0.1.0",
"version": "0.2.0",
"license": "CAL-1.0",
"main": "./out/main/index.js",
"scripts": {
Expand Down

0 comments on commit 45d4bb4

Please sign in to comment.