Bump version numbers throughout
This commit is contained in:
parent
ac323b738d
commit
86b64b653a
3 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue