We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6ef5d commit 00907bcCopy full SHA for 00907bc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-plugin-websocket",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"description": "Cordova WebSocket Plugin for Android",
5
"cordova": {
6
"id": "cordova-plugin-websocket",
plugin.xml
@@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-websocket"
- version="0.12.0">
+ version="0.12.1">
7
<name>WebSocket for Android</name>
8
<description>Cordova WebSocket Plugin for Android</description>
9
<license>Apache 2.0</license>
0 commit comments