Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
snanovskyi committed Oct 9, 2019
1 parent 7ab7207 commit 71a2c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You will also need to install `virgil-crypto` and `virgil-sdk` from npm.
```sh
npm install virgil-crypto@next virgil-sdk@next
```
> Note that minimum supported version of `virgil-crypto` is `4.0.0-alpha.13` and minimum supported version of `virgil-sdk` is `6.0.0-alpha.3`.
> Note that supported version of `virgil-crypto` is `4.0.0-alpha.13` and minimum supported version of `virgil-sdk` is `6.0.0-alpha.3`.
### In browser via `script` tag
You will need to add `@virgilsecurity/keyknox` script.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"base-64": "^0.1.0"
},
"peerDependencies": {
"virgil-sdk": "next"
"virgil-sdk": "^6.0.0-alpha.3"
},
"devDependencies": {
"@types/chai": "^4.1.7",
Expand All @@ -49,7 +49,7 @@
"ts-node": "^8.3.0",
"typescript": "^3.5.1",
"uuid": "^3.3.2",
"virgil-crypto": "next",
"virgil-sdk": "next"
"virgil-crypto": "4.0.0-alpha.3",
"virgil-sdk": "^6.0.0-alpha.3"
}
}

0 comments on commit 71a2c93

Please sign in to comment.