1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Bumping version in preparation of the next release #725

This commit is contained in:
Patrik J. Braun 2023-09-19 21:25:34 +02:00
parent 1df6c68776
commit 06eb38fc13
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pigallery2",
"version": "1.9.6-edge",
"version": "2.0.0-rc",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pigallery2",
"version": "1.9.6-edge",
"version": "2.0.0-rc",
"license": "MIT",
"dependencies": {
"archiver": "5.3.1",

View File

@ -1,9 +1,9 @@
{
"name": "pigallery2",
"version": "1.9.6-edge",
"version": "2.0.0-rc",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2",
"homepage": "https://github.com/bpatrik/pigallery2",
"license": "MIT",
"main": "./src/backend/index.js",
"bin": "./src/backend/index.js",