Skip to content

Commit e956ac9

Browse files
committed
Backout version bump
1 parent 51fb474 commit e956ac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http_ece",
3-
"version": "1.0.0",
3+
"version": "1.0.4",
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

Lines changed: 1 addition & 1 deletion
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.0.4',
1414
author='Martin Thomson',
1515
author_email='[email protected]',
1616
scripts=[],

0 commit comments

Comments
 (0)