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