From ae367730d060f31026f72d49260ca32a4e6f96d8 Mon Sep 17 00:00:00 2001 From: Exeldro Date: Thu, 20 Apr 2023 18:42:24 +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 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" }