Bump version numbers throughout

This commit is contained in:
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 #!/usr/bin/make -f
MAJOR := 2 MAJOR := 2
MINOR := 0 MINOR := 1
PATCH := 1 PATCH := 0
VERSION := $(MAJOR).$(MINOR).$(PATCH) VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local PREFIX ?= /usr/local
BUILD_DIR := build BUILD_DIR := build

View file

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

View file

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