From 09105608ab979761a13c7ec258870be73affb829 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 19 Nov 2016 02:01:43 +0200 Subject: [PATCH] v0.8.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bca4fa99f5..c58a878a47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.7.5", + "version": "0.8.0", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { @@ -59,7 +59,7 @@ "linkifyjs": "^2.1.3", "lodash": "^4.13.1", "marked": "^0.3.5", - "matrix-js-sdk": "matrix-org/matrix-js-sdk#develop", + "matrix-js-sdk": "0.7.0", "optimist": "^0.6.1", "q": "^1.4.1", "react": "^15.4.0",