chore: Fix version mismatches

This commit is contained in:
Maksim Eltyshev
2025-10-05 20:53:32 +02:00
parent 18104a486f
commit a52b41207a
6 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.4
version: 1.0.5
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@@ -1 +1 @@
export default '2.0.0-rc.3';
export default '2.0.0-rc.4';

View File

@@ -40,7 +40,7 @@ tar -czf "$BACKUP_DATETIME-backup.tgz" \
"$BACKUP_DATETIME-backup/attachments"
echo "Success!"
#Remove source files
# Remove source files
echo -n "Cleaning up temporary files and folders ... "
rm -rf "$BACKUP_DATETIME-backup"
echo "Success!"

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "planka",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "planka",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"hasInstallScript": true,
"dependencies": {
"concurrently": "^8.2.2",

View File

@@ -1,6 +1,6 @@
{
"name": "planka",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"private": true,
"scripts": {
"client:build": "npm run build --prefix client",

View File

@@ -1 +1 @@
module.exports = '2.0.0-rc.3';
module.exports = '2.0.0-rc.4';