Skip to content

Commit

Permalink
Bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Buddy Reno committed Oct 17, 2017
1 parent 55059ea commit e2bfe2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "cordova-plugin-music-controls",
"version": "2.1.0",
"version": "2.1.1",
"description": "Music controls for Cordova apps",
"cordova": {
"id": "cordova-plugin-music-controls",
"platforms": [
"android",
"windows"
]
"platforms": ["android", "windows"]
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,5 +33,6 @@
"bugs": {
"url": "https://github.com/homerours/cordova-music-controls-plugin/issues"
},
"homepage": "https://github.com/homerours/cordova-music-controls-plugin#readme"
"homepage":
"https://github.com/homerours/cordova-music-controls-plugin#readme"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-music-controls"
version="2.1.0">
version="2.1.1">
<name>MusicControls</name>
<keywords>cordova,music,controller,controls,media,plugin,notification,lockscreen,now,playing</keywords>
<repo>https://github.com/homerours/cordova-music-controls-plugin</repo>
Expand Down

0 comments on commit e2bfe2a

Please sign in to comment.