diff --git a/package.json b/package.json index 9a7f784..46741d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-blockstack-auth", - "version": "0.1.0", + "version": "0.1.2", "description": "Blockstack-Matrix Account Manager", "main": "index.js", "scripts": { @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/friedger/matrix-blockstack-auth.git" + "url": "git+https://github.com/privy-cafe/matrix-blockstack-auth.git" }, "author": "", "license": "MIT", @@ -24,7 +24,7 @@ }, "dependencies": { "blockstack": "^19.2.1", - "matrix-js-sdk": "^0.14.2", + "matrix-js-sdk": "^2.0.1", "sourceify": "^0.1.0" } }