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