Skip to content
Snippets Groups Projects
Commit 86b64b65 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Bump version numbers throughout

parent ac323b73
No related branches found
No related tags found
No related merge requests found
#!/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}"
......
{
"name": "olm",
"version": "2.0.0",
"version": "2.1.0",
"description": "An implementation of the Double Ratchet cryptographic ratchet",
"main": "olm.js",
"files": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment