Skip to content

Commit

Permalink
remove version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaq authored Jan 11, 2022
1 parent bf68a9e commit a579f8f
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.1-dev-1.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.1-dev-1.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 a579f8f

Please sign in to comment.