Skip to content

Commit

Permalink
v2.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
SoylentGraham committed Jul 7, 2021
1 parent 47c05a7 commit bd025f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PopCameraDevice.Package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion Source/PopCameraDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion Source/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit bd025f1

Please sign in to comment.