From 702c67c06001d0042ae72241136f87badcb732b0 Mon Sep 17 00:00:00 2001 From: Exeldro Date: Sat, 13 May 2023 13:55:40 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- buildspec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22bffde..7d09046 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ else() cmake_minimum_required(VERSION 3.18) endif() -project(move-transition VERSION 2.9.0) +project(move-transition VERSION 2.9.1) 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 ba90f65..03e83fa 100644 --- a/buildspec.json +++ b/buildspec.json @@ -79,5 +79,5 @@ } }, "name": "move-transition", - "version": "2.9.0" + "version": "2.9.1" }