We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4174db commit 9c1291bCopy full SHA for 9c1291b
2 files changed
nodejs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http_ece",
3
- "version": "0.6.5",
+ "version": "0.7.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
@@ -10,7 +10,7 @@
10
11
setup(
12
name='http_ece',
13
- version='0.6.5',
+ version='0.7.0',
14
author='Martin Thomson',
15
author_email='martin.thomson@gmail.com',
16
scripts=[],
0 commit comments