Skip to content

Commit

Permalink
v1.9.3 Handle more SPS cases #80
Browse files Browse the repository at this point in the history
For #80
  • Loading branch information
SoylentGraham committed Jan 13, 2024
1 parent dfa503a commit f9b4260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PopH264.Package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/@newchromantics"
},
"version": "1.9.2",
"version": "1.9.3",
"description": "H264 decoder & encoder CAPI library for various platforms",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Source/PopH264_Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace PopH264
//const Soy::TVersion Version(VERSION_MAJOR,VERSION_MINOR,VERSION_PATCH);
constexpr int VersionMajor = 1;
constexpr int VersionMinor = 9;
constexpr int VersionPatch = 2;
constexpr int VersionPatch = 3;
}


Expand Down
2 changes: 1 addition & 1 deletion Source/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 1
VERSION_MINOR = 9
VERSION_PATCH = 2
VERSION_PATCH = 3

CURRENT_PROJECT_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

Expand Down

0 comments on commit f9b4260

Please sign in to comment.