From 3080e2dbb69925118dfaed5639c7af421b6174ef Mon Sep 17 00:00:00 2001 From: emild Date: Fri, 1 May 2026 10:06:51 +0200 Subject: [PATCH] bump 0.9.0 -> 0.9.1 --- CMakeLists.txt | 4 ++-- vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",