From 3a1490f9602155039b7191a03f3c6ad866ab9af4 Mon Sep 17 00:00:00 2001 From: Exeldro Date: Sat, 30 Mar 2024 15:58:47 +0100 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 cb1c910..9fc5f78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ else() cmake_minimum_required(VERSION 3.18) endif() -project(move-transition VERSION 2.11.0) +project(move-transition VERSION 2.12.0) 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 ed1c885..8e72046 100644 --- a/buildspec.json +++ b/buildspec.json @@ -79,5 +79,5 @@ } }, "name": "move-transition", - "version": "2.11.0" + "version": "2.12.0" }