Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgecode committed Jan 27, 2017
1 parent 9125508 commit f39be9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-websocket",
"version": "0.12.1",
"version": "0.12.2",
"description": "Cordova WebSocket Plugin for Android",
"cordova": {
"id": "cordova-plugin-websocket",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1">
version="0.12.2">
<name>WebSocket for Android</name>
<description>Cordova WebSocket Plugin for Android</description>
<license>Apache 2.0</license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* This plugin is using Jetty under the terms of the Apache License v2.0.
*
* @author KNOWLEDGECODE <knowledgecode@gmail.com>
* @version 0.12.1
* @version 0.12.2
*/
public class WebSocket extends CordovaPlugin {

Expand Down
2 changes: 1 addition & 1 deletion www/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Cordova WebSocket Plugin for Android
* @author KNOWLEDGECODE <knowledgecode@gmail.com>
* @version 0.12.1
* @version 0.12.2
*/
(function (window) {
'use strict';
Expand Down

0 comments on commit f39be9c

Please sign in to comment.