Skip to content
Snippets Groups Projects
Commit 49ca6aca authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Bump version numbers to 1.2.0

parent 976495e0
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
MAJOR := 1
MINOR := 1
MINOR := 2
PATCH := 0
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local
......
{
"name": "olm",
"version": "1.1.0",
"version": "1.2.0",
"description": "An implementation of a well known cryptographic ratchet",
"main": "olm.js",
"files": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment