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
49ca6aca
Commit
49ca6aca
authored
Sep 06, 2016
by
Richard van der Hoff
Browse files
Bump version numbers to 1.2.0
parent
976495e0
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
49ca6aca
#!/usr/bin/make -f
MAJOR
:=
1
MINOR
:=
1
MINOR
:=
2
PATCH
:=
0
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
PREFIX
?=
/usr/local
...
...
javascript/package.json
View file @
49ca6aca
{
"name"
:
"olm"
,
"version"
:
"1.
1
.0"
,
"version"
:
"1.
2
.0"
,
"description"
:
"An implementation of a well known cryptographic ratchet"
,
"main"
:
"olm.js"
,
"files"
:
[
...
...
Write
Preview
Supports
Markdown
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