From 8ed2e7bd447cb1d19a74e71481f10838340c6758 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 10 Sep 2021 16:49:14 +0200 Subject: [PATCH] Increment version number of Digital Library plug-in to 1.1 Contributes to issue CURA-8551. --- plugins/DigitalLibrary/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DigitalLibrary/plugin.json b/plugins/DigitalLibrary/plugin.json index 848346704f..5ed846da6a 100644 --- a/plugins/DigitalLibrary/plugin.json +++ b/plugins/DigitalLibrary/plugin.json @@ -2,7 +2,7 @@ "name": "Ultimaker Digital Library", "author": "Ultimaker B.V.", "description": "Connects to the Digital Library, allowing Cura to open files from and save files to the Digital Library.", - "version": "1.0.0", + "version": "1.1.0", "api": 7, "i18n-catalog": "cura" }