Skip to content

Commit 864d73c

Browse files
5.2.0
1 parent 3f64b7c commit 864d73c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# --notes "Pinokio version $PACKAGE_VERSION."
3636

3737
windows-unsigned:
38-
# if: false
38+
if: false
3939
needs: "create-release"
4040
runs-on: windows-latest
4141
permissions:
@@ -63,7 +63,7 @@ jobs:
6363
args: --win
6464

6565
windows:
66-
if: false
66+
# if: false
6767
needs: "create-release"
6868
runs-on: windows-latest
6969
permissions:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Pinokio",
33
"private": true,
4-
"version": "5.1.39",
4+
"version": "5.2.0",
55
"homepage": "https://pinokio.co",
66
"description": "pinokio",
77
"main": "main.js",
@@ -31,7 +31,7 @@
3131
"publish": [
3232
{
3333
"provider": "github",
34-
"owner": "peanutcocktail",
34+
"owner": "pinokiocomputer",
3535
"repo": "pinokio"
3636
}
3737
],
@@ -144,7 +144,7 @@
144144
"electron-store": "^8.1.0",
145145
"electron-updater": "^6.6.2",
146146
"electron-window-state": "^5.0.3",
147-
"pinokiod": "^5.1.39"
147+
"pinokiod": "^5.2.0"
148148
},
149149
"devDependencies": {
150150
"@electron/rebuild": "3.2.10",

0 commit comments

Comments
 (0)