Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jun 3, 2015
1 parent da7215a commit cd69567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes 1.8.95 (5/30/2015)
Changes 1.9.0 (6/3/2015)
- Fixes findPrinter() when printer name starts with "\\"
- Added better messaging when certificate is invalid
- Certificate Revocation List (CRL) switched to HTTPS, qz.io domain
Expand Down
2 changes: 1 addition & 1 deletion qz-print/src/qz/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Constants {
public static final int OUTPUT_STREAM_SIZE = 20480;
public static final int BYTE_BUFFER_SIZE = 512;
public static final int APPEND_XML = 1;
public static final String VERSION = "1.8.95";
public static final String VERSION = "1.9.0";
public static final int APPEND_RAW = 2;
public static final int APPEND_IMAGE = 3;
public static final int APPEND_IMAGE_PS = 4;
Expand Down

0 comments on commit cd69567

Please sign in to comment.