Skip to content

Commit

Permalink
release version 2.8.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Oct 28, 2021
1 parent 1eb0aae commit 0017cfa
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 [EddyVerbruggen/Toast-PhoneGap-Plugin](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin) package with some early fixes. [![Latest Published Version](https://img.shields.io/npm/v/cordova-plugin-ns0m-x-toast)](https://www.npmjs.com/package/cordova-plugin-ns0m-x-toast)
```
cordova plugin add cordova-plugin-ns0m-x-toast@2.7.2
cordova plugin add cordova-plugin-ns0m-x-toast@2.8.0-1
```

---
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-x-toast",
"version": "2.7.2",
"version": "2.8.0-1",
"description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.",
"cordova": {
"id": "cordova-plugin-ns0m-x-toast",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-ns0m-x-toast"
version="2.7.2">
version="2.8.0-1">

<name>Toast</name>

Expand Down

0 comments on commit 0017cfa

Please sign in to comment.