Skip to content

Commit

Permalink
chore: bump version to v.0.43.1 and update electron to v.26.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Oct 17, 2023
1 parent a705889 commit f53d5a4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[Publii](https://getpublii.com/) is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast
and hassle-free, even for beginners.

**Current version: 0.43.0 (build 16368)**
**Current version: 0.43.1 (build 16393)**

## Why Publii?
Unlike static-site generators that are often unwieldy and difficult to use, Publii provides an
Expand Down
14 changes: 7 additions & 7 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "Publii",
"name": "Publii",
"version": "0.43.0",
"version": "0.43.1",
"description": "Static Site CMS",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"devDependencies": {
"devtron": "1.4.0",
"electron": "26.2.4",
"electron": "26.4.0",
"node-abi": "3.45.0"
}
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "Publii",
"name": "Publii",
"version": "0.43.0",
"version": "0.43.1",
"description": "Static Site CMS",
"homepage": "https://getpublii.com",
"author": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"cross-env": "7.0.2",
"css-loader": "0.28.7",
"electron": "26.2.4",
"electron": "26.4.0",
"electron-builder": "24.6.4",
"file-loader": "4.2.0",
"glob": "7.1.6",
Expand All @@ -55,7 +55,7 @@
},
"build": {
"appId": "com.tidycustoms.publii",
"electronVersion": "26.2.4",
"electronVersion": "26.4.0",
"productName": "Publii",
"copyright": "Copyright (C) 2018-2023 TidyCustoms. All rights reserved.",
"asar": true,
Expand Down

0 comments on commit f53d5a4

Please sign in to comment.