aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-09-13 17:55:21 +0100
committerMark Haines <mjark@negativecurvature.net>2016-09-13 17:55:21 +0100
commitf274adfe245397a58a167a2ffc266a880d9a8d89 (patch)
treed43c062fcb92524e4eefa371f8d6073b7234a8bd
parentd7bc00c81d9f98d88e77f55056d6cebab90d8f85 (diff)
parent576c6ad29292e171a88303e069b4a4a9680cb3bd (diff)
Merge remote-tracking branch 'matrix/master'
-rw-r--r--Makefile2
-rw-r--r--javascript/package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ad97c5d..2299eeb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
MAJOR := 1
-MINOR := 1
+MINOR := 2
PATCH := 0
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local
diff --git a/javascript/package.json b/javascript/package.json
index 22232ac..0624409 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,7 +1,7 @@
{
"name": "olm",
- "version": "1.1.0",
- "description": "An implementation of a well known cryptographic ratchet",
+ "version": "1.2.0",
+ "description": "An implementation of the Double Ratchet cryptographic ratchet",
"main": "olm.js",
"files": [
"olm.js",