File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
/**
4
- * @version 2.0.4 ;
4
+ * @version 2.0.5 ;
5
5
* @overview QZ Tray Connector
6
6
* <p/>
7
7
* Connects a web client to the QZ Tray software.
@@ -28,7 +28,7 @@ var qz = (function() {
28
28
///// PRIVATE METHODS /////
29
29
30
30
var _qz = {
31
- VERSION : "2.0.4 " , //must match @version above
31
+ VERSION : "2.0.5 " , //must match @version above
32
32
DEBUG : false ,
33
33
34
34
log : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class Constants {
12
12
public static final String HEXES = "0123456789ABCDEF" ;
13
13
public static final char [] HEXES_ARRAY = HEXES .toCharArray ();
14
14
public static final int BYTE_BUFFER_SIZE = 8192 ;
15
- public static final Version VERSION = Version .valueOf ("2.0.4 " );
15
+ public static final Version VERSION = Version .valueOf ("2.0.5 " );
16
16
public static final Version JAVA_VERSION = SystemUtilities .getJavaVersion ();
17
17
18
18
/* QZ-Tray Constants */
You can’t perform that action at this time.
0 commit comments