Skip to content

Commit f39be9c

Browse files
committed
Bump version
1 parent 9125508 commit f39be9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-websocket",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "Cordova WebSocket Plugin for Android",
55
"cordova": {
66
"id": "cordova-plugin-websocket",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="cordova-plugin-websocket"
6-
version="0.12.1">
6+
version="0.12.2">
77
<name>WebSocket for Android</name>
88
<description>Cordova WebSocket Plugin for Android</description>
99
<license>Apache 2.0</license>

src/android/com/knowledgecode/cordova/websocket/WebSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* This plugin is using Jetty under the terms of the Apache License v2.0.
3939
*
4040
* @author KNOWLEDGECODE <knowledgecode@gmail.com>
41-
* @version 0.12.1
41+
* @version 0.12.2
4242
*/
4343
public class WebSocket extends CordovaPlugin {
4444

www/websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Cordova WebSocket Plugin for Android
2121
* @author KNOWLEDGECODE <knowledgecode@gmail.com>
22-
* @version 0.12.1
22+
* @version 0.12.2
2323
*/
2424
(function (window) {
2525
'use strict';

0 commit comments

Comments
 (0)