diff --git a/CMakeLists.txt b/CMakeLists.txt index d65ffba..8ba2d11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.21) # # Define project # ####################################################################################################################### set(NAME "CrashLogger") -set(VERSION 1.14.1) +set(VERSION 1.15.0) project( ${NAME} diff --git a/vcpkg.json b/vcpkg.json index d0b8a24..e735b87 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://github.com/raw/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "crashloggersse", - "version-string": "1.14.1", + "version-string": "1.15.0", "port-version": 0, "description": "SKSE/SKSEVR plugin that generates crash logs when the game Just Works™.", "homepage": "https://github.com/alandtse/CrashLoggerSSE",