Skip to content

Commit

Permalink
escpos-coffee
Browse files Browse the repository at this point in the history
java driver for escpos
  • Loading branch information
anastaciocintra committed Feb 8, 2019
1 parent c86aff7 commit b9605cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escpos_coffee/src/escpos/EscPosConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface EscPosConst {
/**
*
*/
public final String version = "1.0.3";
public final String version = "1.0.4";
public final int NUL = 0;
public final int LF = 10;
public final int ESC = 27;
Expand Down

0 comments on commit b9605cd

Please sign in to comment.