Skip to content

Commit b52f449

Browse files
committed
Release 1.2.0
1 parent 5789791 commit b52f449

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "axolotl",
33
"main": "dist/axolotl.js",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"authors": [
66
"Joe Bandenburg <joe@bandenburg.com>"
77
],
8-
"description": "A JavaScript port of libaxolotl. Axolotl is a ratcheting forward secrecy protocol.",
8+
"description": "An independent JavaScript implementation of Axolotl. Axolotl is a ratcheting forward secrecy protocol.",
99
"moduleType": [
1010
"amd",
1111
"globals",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axolotl",
3-
"version": "1.1.2",
4-
"description": "A JavaScript port of libaxolotl. Axolotl is a ratcheting forward secrecy protocol.",
3+
"version": "1.2.0",
4+
"description": "An indepedent JavaScript implementation of Axolotl. Axolotl is a ratcheting forward secrecy protocol.",
55
"main": "dist/axolotl.js",
66
"directories": {
77
"test": "test"

0 commit comments

Comments
 (0)