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
+1 -1
View File
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # incremented each time you make changes to the application. Versions are not expected to
+1 -1
View File
@@ -1 +1 @@
export default '2.0.0-rc.3'; export default '2.0.0-rc.4';
+1 -1
View File
@@ -40,7 +40,7 @@ tar -czf "$BACKUP_DATETIME-backup.tgz" \
"$BACKUP_DATETIME-backup/attachments" "$BACKUP_DATETIME-backup/attachments"
echo "Success!" echo "Success!"
#Remove source files # Remove source files
echo -n "Cleaning up temporary files and folders ... " echo -n "Cleaning up temporary files and folders ... "
rm -rf "$BACKUP_DATETIME-backup" rm -rf "$BACKUP_DATETIME-backup"
echo "Success!" echo "Success!"
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "planka", "name": "planka",
"version": "2.0.0-rc.3", "version": "2.0.0-rc.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "planka", "name": "planka",
"version": "2.0.0-rc.3", "version": "2.0.0-rc.4",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"concurrently": "^8.2.2", "concurrently": "^8.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "planka", "name": "planka",
"version": "2.0.0-rc.3", "version": "2.0.0-rc.4",
"private": true, "private": true,
"scripts": { "scripts": {
"client:build": "npm run build --prefix client", "client:build": "npm run build --prefix client",
+1 -1
View File
@@ -1 +1 @@
module.exports = '2.0.0-rc.3'; module.exports = '2.0.0-rc.4';