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" }