diff --git a/PopCameraDevice.Package/package.json b/PopCameraDevice.Package/package.json index ff527e7..d5b5eac 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.21", + "version": "2.2.22", "description": "Pop Camera Device", "main": "index.js", "scripts": { diff --git a/Source/PopCameraDevice.cpp b/Source/PopCameraDevice.cpp index 6c8d74b..7700965 100644 --- a/Source/PopCameraDevice.cpp +++ b/Source/PopCameraDevice.cpp @@ -23,7 +23,8 @@ namespace PopCameraDevice // 2.2.19 "" for JSON params in CreateDevice now caught as "no-params" // 2.2.20 Freenect devices are now a single device which outputs multiple streams, adhering to the JSON params // 2.2.21 Avf: Option to not output anchors in meta - const Soy::TVersion Version(2, 2, 21); + // 2.2.22 Arkit camera can now output float frames of triangles for anchor geometry with .AnchorGeometryStream=true/POPCAMERADEVICE_KEY_ANCHORGEOMETRYSTREAM + const Soy::TVersion Version(2, 2, 22); const int32_t NoFrame = -1; const int32_t Error = -2; } diff --git a/Source/Version.xcconfig b/Source/Version.xcconfig index d11ac49..87ee19e 100644 --- a/Source/Version.xcconfig +++ b/Source/Version.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 2.2.21 +CURRENT_PROJECT_VERSION = 2.2.22 DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION) MARKETING_VERSION = $(CURRENT_PROJECT_VERSION)