Skip to content

Commit

Permalink
Update versions (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo authored Mar 26, 2022
1 parent 28086e5 commit 45f6b37
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const tar = require('tar');

function getNpmPackageVersion() {
// return 'v' + process.env.npm_package_version;
return 'v0.0.9';
return 'v0.0.10';
}

function npmCache() {
Expand Down
41 changes: 19 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeg-for-homebridge",
"version": "0.0.9",
"version": "0.0.10",
"description": "Static ffmpeg binaries for Homebridge with support for audio (libfdk-aac) and hardware decoding (h264_omx).",
"author": "oznu <[email protected]>",
"homepage": "https://github.com/homebridge/ffmpeg-for-homebridge#readme",
Expand Down Expand Up @@ -31,10 +31,10 @@
"h264_omx"
],
"dependencies": {
"detect-libc": "^1.0.3",
"dotenv": "^10.0.0",
"detect-libc": "^2.0.1",
"dotenv": "^16.0.0",
"mkdirp": "^1.0.4",
"simple-get": "^4.0.0",
"simple-get": "^4.0.1",
"tar": "^6.1.11"
}
}

0 comments on commit 45f6b37

Please sign in to comment.