Skip to content

Commit

Permalink
Bump version in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Aug 18, 2022
1 parent 6920cea commit b3582cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-save-dialog",
"version": "1.1.0",
"version": "1.1.1",
"description": "Cordova plugin for opening the native Save dialog and storing a file in the user-selected location",
"main": "index.js",
"repository": {
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 xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-save-dialog" version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-save-dialog" version="1.1.1">
<name>Save Dialog</name>
<description>Cordova plugin for opening the native Save dialog and storing a file in the user-selected location</description>
<license>MIT</license>
Expand Down

0 comments on commit b3582cd

Please sign in to comment.