Skip to content

Commit 62d37fc

Browse files
committed
chore: bump version to 0.47.1 and electron to 37.6.0
1 parent afcf1f0 commit 62d37fc

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[Publii](https://getpublii.com/) is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast
1010
and hassle-free, even for beginners.
1111

12-
**Current version: 0.47.0 (build 17290)**
12+
**Current version: 0.47.0 (build 17302)**
1313

1414
## Why Publii?
1515
Unlike static-site generators that are often unwieldy and difficult to use, Publii provides an

app/back-end/builddata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.47.0",
2+
"version": "0.47.1",
33
"build": 17302
4-
}
4+
}

app/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Publii",
33
"name": "Publii",
4-
"version": "0.47.0",
4+
"version": "0.47.1",
55
"description": "Static Site CMS",
66
"main": "main.js",
77
"scripts": {
@@ -77,7 +77,7 @@
7777
"vuex": "3.1.1"
7878
},
7979
"devDependencies": {
80-
"electron": "37.5.1",
80+
"electron": "37.6.0",
8181
"node-abi": "4.12.0"
8282
}
8383
}

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Publii",
33
"name": "Publii",
4-
"version": "0.47.0",
4+
"version": "0.47.1",
55
"description": "Static Site CMS",
66
"homepage": "https://getpublii.com",
77
"author": {
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"cross-env": "7.0.3",
4545
"css-loader": "6.8.1",
46-
"electron": "37.3.1",
46+
"electron": "37.6.0",
4747
"electron-builder": "26.0.12",
4848
"file-loader": "6.2.0",
4949
"glob": "10.3.10",
@@ -60,7 +60,7 @@
6060
},
6161
"build": {
6262
"appId": "com.tidycustoms.publii",
63-
"electronVersion": "37.5.1",
63+
"electronVersion": "37.6.0",
6464
"productName": "Publii",
6565
"copyright": "Copyright (C) 2018-2025 TidyCustoms. All rights reserved.",
6666
"asar": true,

0 commit comments

Comments
 (0)