Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Added -dev suffix to plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed Apr 30, 2015
1 parent cfae523 commit edbc50c
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-plugin-chrome-apps-sockets-udp",
"version": "1.2.2",
"version": "1.2.3-dev",
"description": "This plugin provides UDP sockets for Android and iOS.",
"cordova": {
"id": "cordova-plugin-chrome-apps-sockets-udp",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="cordova-plugin-chrome-apps-sockets-udp"
version="1.2.2">
version="1.2.3-dev">
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
Expand Down

0 comments on commit edbc50c

Please sign in to comment.