Skip to content

Commit a35fd2c

Browse files
committed
4.0.3
1 parent a80444a commit a35fd2c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,15 @@ The <#> prefix formerly required to retrieve the SMS was silently removed in an
234234

235235
# Changelog
236236

237+
### 4.0.3
238+
239+
- Updated package.json as per npm suggestions
240+
241+
### 4.0.2
242+
243+
- Merged PR#18
244+
- Removed the nbproject folder
245+
237246
### 4.0.1
238247

239248
- Restored support for SDK versions: minimum 21, target 31.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-sms-retriever",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Cordova plugin to retrieve SMS in Android using the SMS Retriever API.",
55
"cordova": {
66
"id": "cordova-plugin-sms-retriever",
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/andreszs/cordova-plugin-sms-retriever.git"
13+
"url": "git+https://github.com/andreszs/cordova-plugin-sms-retriever.git"
1414
},
1515
"bugs": {
1616
"url": "https://github.com/andreszs/cordova-plugin-sms-retriever/issues"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="cordova-plugin-sms-retriever"
6-
version="4.0.2">
6+
version="4.0.3">
77

88
<name>SMS Retriever</name>
99
<description>Cordova plugin to retrieve SMS in Android using the SMS Retriever API.</description>

0 commit comments

Comments
 (0)