File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qz-tray" ,
3
- "version" : " 2.0.10 " ,
3
+ "version" : " 2.1.0 " ,
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 @@ -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.1.0-RC9 " );
15
+ public static final Version VERSION = Version .valueOf ("2.1.0" );
16
16
public static final Version JAVA_VERSION = SystemUtilities .getJavaVersion ();
17
17
public static final String JAVA_VENDOR = System .getProperty ("java.vendor" );
18
18
You can’t perform that action at this time.
0 commit comments