From 3619fdc77a72792594e2822044e0ee1451e47fab Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 28 Feb 2017 19:04:54 +0100 Subject: [PATCH] bump cryptpad version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 366a6c6bf..05b1862fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "0.1.0", + "version": "1.1.0", "dependencies": { "express": "~4.10.1", "ws": "^1.0.1",