Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
86b64b65
Commit
86b64b65
authored
Dec 22, 2016
by
Richard van der Hoff
Browse files
Bump version numbers throughout
parent
ac323b73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
86b64b65
#!/usr/bin/make -f
MAJOR
:=
2
MINOR
:=
0
PATCH
:=
1
MINOR
:=
1
PATCH
:=
0
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
PREFIX
?=
/usr/local
BUILD_DIR
:=
build
...
...
OLMKit.podspec
View file @
86b64b65
...
...
@@ -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
}
"
...
...
javascript/package.json
View file @
86b64b65
{
"name"
:
"olm"
,
"version"
:
"2.
0
.0"
,
"version"
:
"2.
1
.0"
,
"description"
:
"An implementation of the Double Ratchet cryptographic ratchet"
,
"main"
:
"olm.js"
,
"files"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment