File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/android/com/knowledgecode/cordova/websocket Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-websocket" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Cordova WebSocket Plugin for Android" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-websocket" ,
Original file line number Diff line number Diff line change 3
3
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
4
4
xmlns : android =" http://schemas.android.com/apk/res/android"
5
5
id =" cordova-plugin-websocket"
6
- version =" 0.12.1 " >
6
+ version =" 0.12.2 " >
7
7
<name >WebSocket for Android</name >
8
8
<description >Cordova WebSocket Plugin for Android</description >
9
9
<license >Apache 2.0</license >
Original file line number Diff line number Diff line change 38
38
* This plugin is using Jetty under the terms of the Apache License v2.0.
39
39
*
40
40
* @author KNOWLEDGECODE <knowledgecode@gmail.com>
41
- * @version 0.12.1
41
+ * @version 0.12.2
42
42
*/
43
43
public class WebSocket extends CordovaPlugin {
44
44
Original file line number Diff line number Diff line change 19
19
/**
20
20
* Cordova WebSocket Plugin for Android
21
21
* @author KNOWLEDGECODE <knowledgecode@gmail.com>
22
- * @version 0.12.1
22
+ * @version 0.12.2
23
23
*/
24
24
( function ( window ) {
25
25
'use strict' ;
You can’t perform that action at this time.
0 commit comments