From 99787addd00e9ee0df40a58b76095ca0425e88af Mon Sep 17 00:00:00 2001 From: Michael DiCarlo Date: Wed, 3 Jan 2024 07:16:22 -0500 Subject: [PATCH 1/2] Version 3.1.38 --- electron-app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron-app/package.json b/electron-app/package.json index c8a7e18b..7c9fe2a4 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -1,6 +1,6 @@ { "name": "postybirb-plus", - "version": "3.1.37", + "version": "3.1.38", "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", diff --git a/package.json b/package.json index 6074d1db..3249012b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postybirb-plus", - "version": "3.1.37", + "version": "3.1.38", "description": "PostyBirb is an application that helps artists post art and other multimedia to multiple websites more quickly..", "main": "index.js", "scripts": { From 920898d47b385bf50e10f3b2966a2ff88fc742d8 Mon Sep 17 00:00:00 2001 From: Michael DiCarlo Date: Wed, 3 Jan 2024 07:17:10 -0500 Subject: [PATCH 2/2] include all packages --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 854dc2f5..e351c011 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "postybirb-plus-ui", - "version": "3.1.37", + "version": "3.1.38", "license": "BSD-3-Clause", "private": true, "Author": "Michael DiCarlo",