bump version and add "-beta"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Images for Trade",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3-beta",
|
||||
"description": "",
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user