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

Version bump for 2.0.0

parent d02c457d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
MAJOR := 1
MINOR := 3
MAJOR := 2
MINOR := 0
PATCH := 0
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local
......
{
"name": "olm",
"version": "1.3.0",
"version": "2.0.0",
"description": "An implementation of the Double Ratchet 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