bump version and add "-beta"

This commit is contained in:
2024-07-14 20:17:06 -06:00
parent 2d5a09de00
commit 8228970116
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Images for Trade",
"version": "1.2.2",
"version": "1.2.3-beta",
"description": "",
"license": "UNLICENSED",
"dependencies": {

View File

@@ -49,7 +49,7 @@ const uploadDir = 'uploads';
const uploadMulter = multer({ dest: uploadDir + '/' });
app.get('/ping', async (req, res) => {
res.send('pong - v 1.2.2'); // version
res.send('pong - v 1.2.3-beta'); // version
});
app.get('/image-limits', async (req, res) => {