diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-16 14:29:52 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-17 17:31:01 -0400 |
commit | bac8ca7802010a8b308c405831ea7fdfa00d630b (patch) | |
tree | 5c58acb4043153a65c2966c4c12d5c135f04d4cd /javascript | |
parent | 0d0169c839d7c7956c300d36b1757a174b059c44 (diff) |
prepare for 3.1.0 release
Diffstat (limited to 'javascript')
-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 a1eae79..fe45152 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "olm", - "version": "3.0.0", + "version": "3.1.0", "description": "An implementation of the Double Ratchet cryptographic ratchet", "main": "olm.js", "files": [ |