Skip to content

Commit

Permalink
Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jul 12, 2022
1 parent ae353a1 commit 33aec28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const GenymotionManager = require('genymotion/device-web-player');
### With CDN

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@genymotion/[email protected].1/dist/css/gm-player.min.css">
<script src="https://cdn.jsdelivr.net/npm/@genymotion/[email protected].1/dist/js/gm-player.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@genymotion/[email protected].2/dist/css/gm-player.min.css">
<script src="https://cdn.jsdelivr.net/npm/@genymotion/[email protected].2/dist/js/gm-player.min.js"></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"dist/css/gm-player.min.css"
],
"moduleType": "globals",
"version": "2.0.1"
"version": "2.0.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genymotion/device-web-player",
"version": "2.0.1",
"version": "2.0.2",
"description": "Genymotion Virtual Device Web Player",
"main": "dist/js/gm-player.min.js",
"files": [
Expand Down

0 comments on commit 33aec28

Please sign in to comment.