Skip to content

Commit 41ab8c1

Browse files
committed
Updating version number
1 parent 53e3975 commit 41ab8c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http_ece",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Encrypted Content-Encoding for HTTP",
55
"homepage": "https://github.com/martinthomson/encrypted-content-encoding",
66
"bugs": "https://github.com/martinthomson/encrypted-content-encoding/issues",
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"main": "./ece.js",
1717
"scripts": { "test": "node ./test.js" },
18-
"engines" : { "node" : ">=0.12" },
18+
"engines" : { "node" : ">=4.0.0" },
1919
"dependencies": {
2020
"urlsafe-base64": "~1.0.0"
2121
}

python/setup.py

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

44
setup(
55
name='http_ece',
6-
version='0.4.1',
6+
version='0.4.2',
77
author='Martin Thomson',
88
author_email='martin.thomson@gmail.com',
99
scripts=[],

0 commit comments

Comments
 (0)