aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--javascript/package.json2
2 files changed, 2 insertions, 2 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..d896e19 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "olm",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "An implementation of a well known cryptographic ratchet",
"main": "olm.js",
"files": [