Skip to content

Commit fc91788

Browse files
committed
Bump qz-tray.js version
1 parent f7a0831 commit fc91788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/qz-tray.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
/**
4-
* @version 2.0.3-2;
4+
* @version 2.0.4;
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.3-2", //must match @version above
31+
VERSION: "2.0.4", //must match @version above
3232
DEBUG: false,
3333

3434
log: {

0 commit comments

Comments
 (0)