Skip to content

Commit 51b3b16

Browse files
authored
Merge pull request #68 from VirgilSecurity/release-0.6.2
v0.6.2
2 parents 1aa227d + 11d7d06 commit 51b3b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See an example of how to do this with Webpack in the [example/webpack](example/w
3838
### In browser via `script` tag
3939
You will need to add `@virgilsecurity/e3kit` script.
4040
```html
41-
<script src="https://unpkg.com/@virgilsecurity/e3kit/dist/browser.umd.js"></script>
41+
<script src="https://unpkg.com/@virgilsecurity/e3kit@0.6.2/dist/browser.umd.js"></script>
4242
```
4343

4444
## Usage Example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virgilsecurity/e3kit",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "End-to-end encryption with multiple device support powered by Virgil Security",
55
"main": "./dist/node.cjs.js",
66
"module": "./dist/node.es.js",

0 commit comments

Comments
 (0)