prepare v2.2.2

This commit is contained in:
Richard van der Hoff 2017-03-01 16:21:37 +00:00
parent 86c6af943a
commit 77eaaa3d5f
5 changed files with 14 additions and 6 deletions

View file

@ -1,3 +1,11 @@
Changes in `2.2.2 <http://matrix.org/git/olm/commit/?h=2.2.2>`_
===============================================================
Objective-C wrapper:
* Fixed type of ``messageIndex`` argument in
``exportSessionAtMessageIndex``. Thanks to Greg Hughes.
Changes in `2.2.1 <http://matrix.org/git/olm/commit/?h=2.2.1>`_
===============================================================

View file

@ -2,7 +2,7 @@
MAJOR := 2
MINOR := 2
PATCH := 1
PATCH := 2
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local
BUILD_DIR := build

View file

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

View file

@ -9,9 +9,9 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 21
versionCode 221
versionName "2.2.1"
version "2.2.1"
versionCode 222
versionName "2.2.2"
version "2.2.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View file

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