Skip to content

Commit

Permalink
v2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SoylentGraham committed Sep 24, 2020
1 parent 600e00d commit b78d71a
Show file tree
Hide file tree
Showing 3 changed files with 3 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.9",
"version": "2.2.10",
"description": "Pop Camera Device",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Source/PopCameraDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace PopCameraDevice
{
const Soy::TVersion Version(2, 2, 9);
const Soy::TVersion Version(2, 2, 10);
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 +1 @@
CURRENT_PROJECT_VERSION = 2.2.9
CURRENT_PROJECT_VERSION = 2.2.10

0 comments on commit b78d71a

Please sign in to comment.