Skip to content

Commit 00ee7ca

Browse files
committed
v2.2.13
1 parent 4a88d6f commit 00ee7ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PopCameraDevice.Package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"registry": "https://npm.pkg.github.com"
55
},
6-
"version": "2.2.12",
6+
"version": "2.2.13",
77
"description": "Pop Camera Device",
88
"main": "index.js",
99
"scripts": {

Source/PopCameraDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace PopCameraDevice
1515
{
16-
const Soy::TVersion Version(2, 2, 12);
16+
const Soy::TVersion Version(2, 2, 13);
1717
const int32_t NoFrame = -1;
1818
const int32_t Error = -2;
1919
}

Source/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 2.2.12
1+
CURRENT_PROJECT_VERSION = 2.2.13

0 commit comments

Comments
 (0)