Skip to content

Commit

Permalink
Bump to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Apr 17, 2023
1 parent e661e63 commit d033bb3
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/device-web-player@2.0.3/dist/css/gm-player.min.css">
<script src="https://cdn.jsdelivr.net/npm/@genymotion/device-web-player@2.0.3/dist/js/gm-player.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@genymotion/device-web-player@2.1.0/dist/css/gm-player.min.css">
<script src="https://cdn.jsdelivr.net/npm/@genymotion/device-web-player@2.1.0/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.3"
"version": "2.1.0"
}
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.3",
"version": "2.1.0",
"description": "Genymotion Virtual Device Web Player",
"main": "dist/js/gm-player.min.js",
"files": [
Expand Down

0 comments on commit d033bb3

Please sign in to comment.