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
27c7b4a7
Commit
27c7b4a7
authored
Oct 25, 2016
by
Richard van der Hoff
Browse files
Version bump for 2.0.0
parent
d02c457d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
27c7b4a7
#!/usr/bin/make -f
MAJOR
:=
1
MINOR
:=
3
MAJOR
:=
2
MINOR
:=
0
PATCH
:=
0
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
PREFIX
?=
/usr/local
...
...
javascript/package.json
View file @
27c7b4a7
{
"name"
:
"olm"
,
"version"
:
"
1.3
.0"
,
"version"
:
"
2.0
.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