Skip to content

Commit

Permalink
Merge pull request #9 from spoonconsulting/bump-t0-1.0.3
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
zfir authored Nov 11, 2022
2 parents 72e695b + 515adc4 commit 70b5b98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spoonconsulting/cordova-plugin-volume-buttons",
"version": "1.0.2",
"version": "1.0.3",
"description": "cordova-plugin-volume-buttons",
"cordova": {
"id": "@spoonconsulting/cordova-plugin-volume-buttons",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="@spoonconsulting/cordova-plugin-volume-buttons" version="1.0.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="@spoonconsulting/cordova-plugin-volume-buttons" version="1.0.3" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>cordova-plugin-volume-buttons</name>
<js-module name="volumebuttons" src="www/CDVVolumeButtons.js">
<clobbers target="navigator.volumebuttons" />
Expand Down

0 comments on commit 70b5b98

Please sign in to comment.