From b3e364028c6694e6fd571c08a44468948190d7e8 Mon Sep 17 00:00:00 2001 From: tresf Date: Mon, 16 Dec 2019 19:21:40 -0500 Subject: [PATCH] Bump version --- js/package.json | 2 +- src/qz/common/Constants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/package.json b/js/package.json index b9dff1718..ca896d7ad 100644 --- a/js/package.json +++ b/js/package.json @@ -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": { diff --git a/src/qz/common/Constants.java b/src/qz/common/Constants.java index 280e0abbf..7649d1482 100644 --- a/src/qz/common/Constants.java +++ b/src/qz/common/Constants.java @@ -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");