diff --git a/PopCameraDevice.Package/package.json b/PopCameraDevice.Package/package.json index 05e9cf8..87716f8 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.17", + "version": "2.2.18", "description": "Pop Camera Device", "main": "index.js", "scripts": { diff --git a/Source/PopCameraDevice.cpp b/Source/PopCameraDevice.cpp index 2b5977c..8f8fa44 100644 --- a/Source/PopCameraDevice.cpp +++ b/Source/PopCameraDevice.cpp @@ -19,7 +19,7 @@ namespace PopCameraDevice // 2.2.15 Arkit smoothed scene depthmap wasn't being turned on. Now works & has SceneDepthSmoothed stream name // 2.2.16 Visual studio project outputting kinect DLLs in NoKinect builds, just to keep PopEngine build happy // 2.2.17 osx/ios set to use link compatibility version 1 so we don't get 1.0.0 can't use PopCameraDevice 0.0.0 errors - const Soy::TVersion Version(2, 2, 17); + const Soy::TVersion Version(2, 2, 18); const int32_t NoFrame = -1; const int32_t Error = -2; } diff --git a/Source/Version.xcconfig b/Source/Version.xcconfig index fed8beb..a69544a 100644 --- a/Source/Version.xcconfig +++ b/Source/Version.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 2.2.17 +CURRENT_PROJECT_VERSION = 2.2.18 DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION) MARKETING_VERSION = $(CURRENT_PROJECT_VERSION)