Skip to content

Commit

Permalink
release: bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaq committed Feb 17, 2021
1 parent 49a4b45 commit bcc7ac4
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-sms-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cross-platform plugin for Cordova / PhoneGap to to easily send SMS. Available for Android, iOS and WP.",
"cordova": {
"id": "cordova-sms-plugin",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-sms-plugin"
version="1.0.0">
version="1.0.1">
<name>Cordova SMS Plugin</name>
<description>Cross-platform plugin for Cordova / PhoneGap to to easily send SMS. Available for Android and iOS.</description>
<license>MIT</license>
Expand Down

0 comments on commit bcc7ac4

Please sign in to comment.