Skip to content

Commit

Permalink
Start v3.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdicarlo committed Aug 8, 2022
1 parent 5a55eaa commit 291f538
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 64 deletions.
108 changes: 48 additions & 60 deletions electron-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 electron-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postybirb-plus",
"version": "3.0.55",
"version": "3.0.56",
"description": "(ClientServer) PostyBirb is an application that helps artists post art and other multimedia to multiple websites more quickly.",
"main": "dist/main.js",
"author": "Michael DiCarlo",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@mtproto/core": "^5.3.0",
"@mtproto/core": "^6.2.0",
"@nestjs/common": "^7.6.18",
"@nestjs/core": "^7.6.18",
"@nestjs/platform-express": "^7.6.18",
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-plus",
"version": "3.0.55",
"version": "3.0.56",
"description": "PostyBirb is an application that helps artists post art and other multimedia to multiple websites more quickly..",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postybirb-plus-ui",
"version": "3.0.55",
"version": "3.0.56",
"license": "BSD-3-Clause",
"private": true,
"Author": "Michael DiCarlo",
Expand Down

0 comments on commit 291f538

Please sign in to comment.