Skip to content

Commit e990177

Browse files
committed
Bump version to 2.0.5
1 parent 2018657 commit e990177

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/qz-tray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
/**
4-
* @version 2.0.4;
4+
* @version 2.0.5;
55
* @overview QZ Tray Connector
66
* <p/>
77
* Connects a web client to the QZ Tray software.
@@ -28,7 +28,7 @@ var qz = (function() {
2828
///// PRIVATE METHODS /////
2929

3030
var _qz = {
31-
VERSION: "2.0.4", //must match @version above
31+
VERSION: "2.0.5", //must match @version above
3232
DEBUG: false,
3333

3434
log: {

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.0.4");
15+
public static final Version VERSION = Version.valueOf("2.0.5");
1616
public static final Version JAVA_VERSION = SystemUtilities.getJavaVersion();
1717

1818
/* QZ-Tray Constants */

0 commit comments

Comments
 (0)