Skip to content

Commit 0562510

Browse files
committed
Update version numbers
1 parent 42b19d1 commit 0562510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http_ece",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Encrypted Content-Encoding for HTTP",
55
"homepage": "https://github.com/martinthomson/encrypted-content-encoding",
66
"bugs": "https://github.com/martinthomson/encrypted-content-encoding/issues",

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="http_ece",
13-
version="1.1.0",
13+
version="1.2.0",
1414
author="Martin Thomson",
1515
author_email="[email protected]",
1616
scripts=[],

0 commit comments

Comments
 (0)