fix: subspace version

This commit is contained in:
Richard Ramos 2020-03-17 14:00:33 -04:00
parent 7fa051493a
commit 5d7a6144e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@embarklabs/subspace-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library for Reactive Dapp Development with auto syncing and caching capabilities https://subspace.embarklabs.io",
"homepage": "https://subspace.embarklabs.io",
"author": "Status Research & Development GMBH",
@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.8.4",
"@embarklabs/subspace": "1.3.0"
"@embarklabs/subspace": "^2.0.0"
},
"peerDependencies": {
"rxjs": "^6.5.2",