Skip to content

Commit

Permalink
bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaq committed Feb 9, 2016
1 parent 55b6156 commit 1c0c38e
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": "0.1.7",
"version": "0.1.8",
"description": "Cross-platform plugin for Cordova / PhoneGap to to easily send SMS. Available for Android, iOS and WP.",
"cordova": {
"id": "com.cordova.plugins.sms",
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="com.cordova.plugins.sms"
version="0.1.7">
version="0.1.8">
<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 1c0c38e

Please sign in to comment.