From 9a22032b0dea41960cc5f1841d0229352fa57f33 Mon Sep 17 00:00:00 2001 From: Michael DiCarlo Date: Sat, 14 Oct 2023 13:08:15 -0400 Subject: [PATCH] v3.1.31 --- electron-app/package.json | 2 +- package.json | 2 +- ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron-app/package.json b/electron-app/package.json index dbad799a..c2e74501 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -1,6 +1,6 @@ { "name": "postybirb-plus", - "version": "3.1.30", + "version": "3.1.31", "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 ed2ba1c0..73682007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postybirb-plus", - "version": "3.1.30", + "version": "3.1.31", "description": "PostyBirb is an application that helps artists post art and other multimedia to multiple websites more quickly..", "main": "index.js", "scripts": { diff --git a/ui/package.json b/ui/package.json index 441fd568..8610a506 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "postybirb-plus-ui", - "version": "3.1.30", + "version": "3.1.31", "license": "BSD-3-Clause", "private": true, "Author": "Michael DiCarlo",