File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " qz-tray" ,
3- "version" : " 2.1.4 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Connects a web client to the QZ Tray software. Enables printing and device communication from javascript. " ,
55 "main" : " qz-tray.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11'use strict' ;
22
33/**
4- * @version 2.1.4
4+ * @version 2.2.0
55 * @overview QZ Tray Connector
66 * <p/>
77 * Connects a web client to the QZ Tray software.
@@ -38,7 +38,7 @@ var qz = (function() {
3838///// PRIVATE METHODS /////
3939
4040 var _qz = {
41- VERSION : "2.1.4 " , //must match @version above
41+ VERSION : "2.2.0 " , //must match @version above
4242 DEBUG : false ,
4343
4444 log : {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class Constants {
1414 public static final String HEXES = "0123456789ABCDEF" ;
1515 public static final char [] HEXES_ARRAY = HEXES .toCharArray ();
1616 public static final int BYTE_BUFFER_SIZE = 8192 ;
17- public static final Version VERSION = Version .valueOf ("2.2.0-SNAPSHOT " );
17+ public static final Version VERSION = Version .valueOf ("2.2.0" );
1818 public static final Version JAVA_VERSION = SystemUtilities .getJavaVersion ();
1919 public static final String JAVA_VENDOR = System .getProperty ("java.vendor" );
2020
You can’t perform that action at this time.
0 commit comments