diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-07-11 12:50:11 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-07-11 12:50:11 +0100 |
commit | f3b9c3bbbbdeab9ec5e5f0bf8af7f0694926e495 (patch) | |
tree | 231af2487775f8013f89d8f015de3c2493c2c645 /javascript/package.json | |
parent | f2151c02874efbb3976282f4c79663b9b186fcc7 (diff) |
Prepare 1.0.0 release1.0.0
Diffstat (limited to 'javascript/package.json')
-rw-r--r-- | javascript/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/package.json b/javascript/package.json index 710d46d..17c2096 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "olm", - "version": "0.1.0", + "version": "1.0.0", "description": "An implementation of a well known cryptographic ratchet", "main": "olm.js", "files": [ |