From a31ad41aad8eb9429e6879feac0e421433eb0c65 Mon Sep 17 00:00:00 2001 From: Exeldro Date: Fri, 19 Jul 2024 20:57:20 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- buildspec.json | 2 +- installer.iss.in | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38b7d07..24ffb02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ else() cmake_minimum_required(VERSION 3.18) endif() -project(move-transition VERSION 3.0.1) +project(move-transition VERSION 3.0.2) set(PROJECT_FULL_NAME "Move Transition") # Set new UUIDs when you start to create a new plugin. diff --git a/buildspec.json b/buildspec.json index 853d1bc..07fe133 100644 --- a/buildspec.json +++ b/buildspec.json @@ -79,5 +79,5 @@ } }, "name": "move-transition", - "version": "3.0.1" + "version": "3.0.2" } diff --git a/installer.iss.in b/installer.iss.in index 980bbf6..6cdba9e 100644 --- a/installer.iss.in +++ b/installer.iss.in @@ -25,6 +25,7 @@ SolidCompression=yes LZMAAlgorithm=1 ; Other Information DefaultDirName={code:GetDirName} +AppendDefaultDirName=no DefaultGroupName={#MyAppName} AllowNoIcons=yes OutputDir="package"