From 2bc9400807469522bf34e2fdc4362897d90eee7f Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 16 Oct 2024 17:21:20 +0200 Subject: [PATCH] fix README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93f543a..2d1f35b 100644 --- a/README.md +++ b/README.md @@ -219,9 +219,9 @@ from backupbot import * - App version: changes to `backup.py` (build a new image) - Co-op Cloud package version: changes to recipe. ->For example, starting with 1.0.0+2.0.0: -> "patch" change to recipe: 1.0.1+2.0.0 -> "patch" change to backup.py: increment both, so 1.1.0+2.0.1 -> because bumping the image version would result in a minor recipe release + For example, starting with 1.0.0+2.0.0: + "patch" change to recipe: 1.0.1+2.0.0 + "patch" change to backup.py: increment both, so 1.1.0+2.0.1 + because bumping the image version would result in a minor recipe release https://git.coopcloud.tech/coop-cloud/backup-bot-two/issues/4