Skip to content

Commit

Permalink
release version 1.3.0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas authored Aug 25, 2023
1 parent e21d5d8 commit 9539b37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Publication-only version of the [chariotsolutions/phonegap-nfc](https://github.com/chariotsolutions/phonegap-nfc) package with some early fixes. [![Latest Published Version](https://img.shields.io/npm/v/cordova-plugin-ns0m-nfc)](https://www.npmjs.com/package/cordova-plugin-ns0m-nfc)
```
cordova plugin add [email protected]3
cordova plugin add [email protected]4
```

---
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-ns0m-nfc",
"version": "1.3.0-3",
"version": "1.3.0-4",
"description": "Near Field Communication (NFC) Plugin. Read and write NDEF messages to NFC tags and share NDEF messages with peers.",
"cordova": {
"id": "cordova-plugin-ns0m-nfc",
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://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-ns0m-nfc"
version="1.3.0-3">
version="1.3.0-dev">

<name>NFC</name>

Expand Down

0 comments on commit 9539b37

Please sign in to comment.