Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Michael Telatynski
Olm
Commits
86b64b65
Commit
86b64b65
authored
Dec 22, 2016
by
Richard van der Hoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version numbers throughout
parent
ac323b73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+2
-2
OLMKit.podspec
OLMKit.podspec
+2
-2
javascript/package.json
javascript/package.json
+1
-1
No files found.
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