We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e3975 commit 41ab8c1Copy full SHA for 41ab8c1
2 files changed
nodejs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http_ece",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "Encrypted Content-Encoding for HTTP",
5
"homepage": "https://github.com/martinthomson/encrypted-content-encoding",
6
"bugs": "https://github.com/martinthomson/encrypted-content-encoding/issues",
@@ -15,7 +15,7 @@
15
"license": "MIT",
16
"main": "./ece.js",
17
"scripts": { "test": "node ./test.js" },
18
- "engines" : { "node" : ">=0.12" },
+ "engines" : { "node" : ">=4.0.0" },
19
"dependencies": {
20
"urlsafe-base64": "~1.0.0"
21
}
python/setup.py
@@ -3,7 +3,7 @@
setup(
name='http_ece',
- version='0.4.1',
+ version='0.4.2',
7
author='Martin Thomson',
8
author_email='martin.thomson@gmail.com',
9
scripts=[],
0 commit comments