Skip to content

Commit

Permalink
use preversion but -dev in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas authored Aug 25, 2023
1 parent 80706e1 commit 50b37a4
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 [email protected]1
cordova plugin add [email protected]2
```

---
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.8.0-1",
"version": "2.8.0-2",
"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.8.0-1">
version="2.8.0-dev">

<name>Toast</name>

Expand Down

0 comments on commit 50b37a4

Please sign in to comment.