We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b19d1 commit 0562510Copy full SHA for 0562510
nodejs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http_ece",
3
- "version": "1.1.0",
+ "version": "1.2.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="1.1.0",
+ version="1.2.0",
14
author="Martin Thomson",
15
author_email="[email protected]",
16
scripts=[],
0 commit comments