Skip to content

Commit e743783

Browse files
committed
release 1.1.0
1 parent 06442ba commit e743783

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.npmignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.vscode
2+
.gitignore
3+
.gitmodules
4+
.github
5+
.lgtm.yml
6+
.travis.yml
7+
8+
/build
9+
/test
10+
/Bento4/Documents
11+
/Bento4/Source/Java
12+
/Bento4/Source/Python
13+
/Bento4/Test

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mp4decrypt-buffer",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Native NodeJS module to decrypt media in-memory",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)