Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Dec 17, 2019
1 parent 8f1df19 commit b3e3640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qz-tray",
"version": "2.0.10",
"version": "2.1.0",
"description": "Connects a web client to the QZ Tray software. Enables printing and device communication from javascript. ",
"main": "qz-tray.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/qz/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Constants {
public static final String HEXES = "0123456789ABCDEF";
public static final char[] HEXES_ARRAY = HEXES.toCharArray();
public static final int BYTE_BUFFER_SIZE = 8192;
public static final Version VERSION = Version.valueOf("2.1.0-RC9");
public static final Version VERSION = Version.valueOf("2.1.0");
public static final Version JAVA_VERSION = SystemUtilities.getJavaVersion();
public static final String JAVA_VENDOR = System.getProperty("java.vendor");

Expand Down

0 comments on commit b3e3640

Please sign in to comment.