Bump version numbers throughout

release-v2.1.0 2.1.0
Richard van der Hoff 2016-12-22 15:03:00 +00:00
parent ac323b738d
commit 86b64b653a
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/make -f
MAJOR := 2
MINOR := 0
PATCH := 1
MINOR := 1
PATCH := 0
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local
BUILD_DIR := build

View File

@ -2,8 +2,8 @@ Pod::Spec.new do |s|
# The libolm version
MAJOR = 2
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0
s.name = "OLMKit"
s.version = "#{MAJOR}.#{MINOR}.#{PATCH}"

View File

@ -1,6 +1,6 @@
{
"name": "olm",
"version": "2.0.0",
"version": "2.1.0",
"description": "An implementation of the Double Ratchet cryptographic ratchet",
"main": "olm.js",
"files": [