diff --git a/CMakeLists.txt b/CMakeLists.txt index b97f6cb..7b0d33c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ else() cmake_minimum_required(VERSION 3.18) endif() -project(source-clone VERSION 0.1.2) +project(source-clone VERSION 0.1.3) set(PROJECT_FULL_NAME "Source Clone") # Set new UUIDs when you start to create a new plugin. diff --git a/buildspec.json b/buildspec.json index 64f5f5e..b9101c8 100644 --- a/buildspec.json +++ b/buildspec.json @@ -79,5 +79,5 @@ } }, "name": "source-clone", - "version": "0.1.2" + "version": "0.1.3" }