diff --git a/CMakeLists.txt b/CMakeLists.txt index 99ae4318..9ae61f2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.20) set(VCPKG_LIBRARY_LINKAGE static) -set (PhotoshopAPI_VERSION "0.9.0") -project ("PhotoshopAPIBuild" VERSION 0.9.0 LANGUAGES CXX) +set (PhotoshopAPI_VERSION "0.9.1") +project ("PhotoshopAPIBuild" VERSION 0.9.1 LANGUAGES CXX) if (MSVC) add_compile_definitions(NOMINMAX) diff --git a/vcpkg.json b/vcpkg.json index 6e29a2d0..c9eb7ca5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "photoshopapi", - "version-string": "v0.9.0", + "version-string": "v0.9.1", "builtin-baseline": "e3ed41868d5034bc608eaaa58383cd6ecdbb5ffb", "dependencies": [ "openimageio",