aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-09-06 22:26:24 +0100
committerRichard van der Hoff <richard@matrix.org>2016-09-06 22:26:24 +0100
commit49ca6aca98faa90732b9fb47d614209f74f3642d (patch)
tree7f02787b45b3c9030c1da3b88692095ef0324393
parent976495e0ac379256ee9acacf1d45999769dd6212 (diff)
Bump version numbers to 1.2.01.2.0
-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": [