We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfb668 commit 558cfd5Copy full SHA for 558cfd5
2 files changed
nodejs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http_ece",
3
- "version": "0.7.0",
+ "version": "0.7.1",
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.7.0',
+ version='0.7.1',
14
author='Martin Thomson',
15
author_email='martin.thomson@gmail.com',
16
scripts=[],
0 commit comments