Skip to content

Commit b3e3640

Browse files
committed
Bump version
1 parent 8f1df19 commit b3e3640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qz-tray",
3-
"version": "2.0.10",
3+
"version": "2.1.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": {

src/qz/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Constants {
1212
public static final String HEXES = "0123456789ABCDEF";
1313
public static final char[] HEXES_ARRAY = HEXES.toCharArray();
1414
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");
1616
public static final Version JAVA_VERSION = SystemUtilities.getJavaVersion();
1717
public static final String JAVA_VENDOR = System.getProperty("java.vendor");
1818

0 commit comments

Comments
 (0)