Skip to content

Commit

Permalink
chore: bump version and electron
Browse files Browse the repository at this point in the history
  • Loading branch information
dziudek committed Oct 31, 2024
1 parent dc748dd commit ea5a587
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.46.1 (build 16918)**
**Current version: 0.46.2 (build 16966)**

## Why Publii?
Unlike static-site generators that are often unwieldy and difficult to use, Publii provides an
Expand Down
4 changes: 2 additions & 2 deletions app/back-end/builddata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.46.1",
"version": "0.46.2",
"build": 16966
}
}
4 changes: 2 additions & 2 deletions app/default-files/default-languages/en-gb/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "English - default",
"version": "1.7.1",
"version": "1.7.2",
"author": "Publii Team",
"publiiSupport": "0.46.1",
"publiiSupport": "0.46.2",
"momentLocale": "en",
"wysiwygTranslation": false
}
4 changes: 2 additions & 2 deletions app/default-files/default-languages/pl/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Polish - default",
"version": "1.7.1",
"version": "1.7.2",
"author": "Publii Team",
"publiiSupport": "0.46.1",
"publiiSupport": "0.46.2",
"momentLocale": "pl",
"wysiwygTranslation": true
}
4 changes: 2 additions & 2 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.46.1",
"version": "0.46.2",
"description": "Static Site CMS",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"vuex": "3.1.1"
},
"devDependencies": {
"electron": "31.7.2",
"electron": "31.7.3",
"node-abi": "3.65.0"
}
}
4 changes: 2 additions & 2 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.46.1",
"version": "0.46.2",
"description": "Static Site CMS",
"homepage": "https://getpublii.com",
"author": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"electron": "31.7.2",
"electron": "31.7.3",
"electron-builder": "24.13.3",
"file-loader": "6.2.0",
"glob": "10.3.10",
Expand All @@ -59,7 +59,7 @@
},
"build": {
"appId": "com.tidycustoms.publii",
"electronVersion": "31.7.2",
"electronVersion": "31.7.3",
"productName": "Publii",
"copyright": "Copyright (C) 2018-2024 TidyCustoms. All rights reserved.",
"asar": true,
Expand Down

0 comments on commit ea5a587

Please sign in to comment.