File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qz-tray" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Connects a web client to the QZ Tray software. Enables printing and device communication from javascript. " ,
5
5
"main" : " qz-tray.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
/**
4
- * @version 2.2.0
4
+ * @version 2.2.1
5
5
* @overview QZ Tray Connector
6
6
* <p/>
7
7
* Connects a web client to the QZ Tray software.
@@ -38,7 +38,7 @@ var qz = (function() {
38
38
///// PRIVATE METHODS /////
39
39
40
40
var _qz = {
41
- VERSION : "2.2.0 " , //must match @version above
41
+ VERSION : "2.2.1 " , //must match @version above
42
42
DEBUG : false ,
43
43
44
44
log : {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class Constants {
14
14
public static final String HEXES = "0123456789ABCDEF" ;
15
15
public static final char [] HEXES_ARRAY = HEXES .toCharArray ();
16
16
public static final int BYTE_BUFFER_SIZE = 8192 ;
17
- public static final Version VERSION = Version .valueOf ("2.2.0 " );
17
+ public static final Version VERSION = Version .valueOf ("2.2.1 " );
18
18
public static final Version JAVA_VERSION = SystemUtilities .getJavaVersion ();
19
19
public static final String JAVA_VENDOR = System .getProperty ("java.vendor" );
20
20
You can’t perform that action at this time.
0 commit comments