diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ef1e32..0fc4c44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ else() cmake_minimum_required(VERSION 3.18) endif() -project(replay-source VERSION 1.6.12) +project(replay-source VERSION 1.6.13) set(PROJECT_FULL_NAME "Replay Source") # Set new UUIDs when you start to create a new plugin. diff --git a/buildspec.json b/buildspec.json index 93d6472..dd78b63 100644 --- a/buildspec.json +++ b/buildspec.json @@ -80,5 +80,5 @@ } }, "name": "replay-source", - "version": "1.6.12" + "version": "1.6.13" }