Skip to content

Commit

Permalink
Bump js version
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored Apr 5, 2018
1 parent ad3823e commit 6865c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/qz-tray.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

/**
* @version 2.0.5;
* @version 2.0.6;
* @overview QZ Tray Connector
* <p/>
* Connects a web client to the QZ Tray software.
Expand All @@ -28,7 +28,7 @@ var qz = (function() {
///// PRIVATE METHODS /////

var _qz = {
VERSION: "2.0.5", //must match @version above
VERSION: "2.0.6", //must match @version above
DEBUG: false,

log: {
Expand Down

0 comments on commit 6865c67

Please sign in to comment.