Skip to content

Commit

Permalink
Merge pull request #66 from mvdicarlo/PB-Next
Browse files Browse the repository at this point in the history
v2.3.26
  • Loading branch information
mvdicarlo authored Feb 12, 2021
2 parents b1f00e7 + 5963be1 commit 8506e1e
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 256 deletions.
5 changes: 3 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postybirb",
"version": "2.3.25",
"version": "2.3.26",
"description": "PostyBirb is an application that helps artists post art and other multimedia to multiple websites more quickly.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,8 @@
"icon": "icons/icon.icns",
"gatekeeperAssess": false,
"target": [
"dmg"
"dmg",
"zip"
]
},
"linux": {
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": "postybirb",
"version": "2.3.25",
"version": "2.3.26",
"scripts": {
"ng": "ng",
"compile": "ng build --vendor-chunk=false",
Expand Down
Loading

0 comments on commit 8506e1e

Please sign in to comment.