diff --git a/PopCameraDevice.Package/package.json b/PopCameraDevice.Package/package.json index f958c32..a125001 100644 --- a/PopCameraDevice.Package/package.json +++ b/PopCameraDevice.Package/package.json @@ -3,7 +3,7 @@ "publishConfig": { "registry": "https://npm.pkg.github.com" }, - "version": "2.2.12", + "version": "2.2.13", "description": "Pop Camera Device", "main": "index.js", "scripts": { diff --git a/Source/PopCameraDevice.cpp b/Source/PopCameraDevice.cpp index bd62256..7b33ade 100644 --- a/Source/PopCameraDevice.cpp +++ b/Source/PopCameraDevice.cpp @@ -13,7 +13,7 @@ namespace PopCameraDevice { - const Soy::TVersion Version(2, 2, 12); + const Soy::TVersion Version(2, 2, 13); const int32_t NoFrame = -1; const int32_t Error = -2; } diff --git a/Source/Version.xcconfig b/Source/Version.xcconfig index 5cc796d..b054ebd 100644 --- a/Source/Version.xcconfig +++ b/Source/Version.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 2.2.12 +CURRENT_PROJECT_VERSION = 2.2.13