We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdb46a commit 0f4cd06Copy full SHA for 0f4cd06
2 files changed
nodejs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http_ece",
3
- "version": "0.3.0",
+ "version": "0.4.0",
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",
python/setup.py
@@ -3,7 +3,7 @@
setup(
name='http_ece',
- version='0.3.0',
+ version='0.4.0',
7
author='Martin Thomson',
8
author_email='martin.thomson@gmail.com',
9
scripts=[],
0 commit comments