Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadius committed Jul 10, 2019
1 parent 3a36988 commit d7abe4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-brother-label-printer",
"version": "1.1.1",
"version": "1.1.2",
"description": "Cordova plugin for brother label printers",
"cordova": {
"id": "cordova-plugin-brother-label-printer",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-brother-label-printer"
version="1.1.1">
version="1.1.2">

<name>BrotherPrinter</name>

Expand Down
2 changes: 1 addition & 1 deletion src/android/Common.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class Common {
public static final int MSG_DATA_SEND_END = 10031;
public static final int MSG_GET_FIRM = 10099;

public static final int MSG_INTERNAL_SYSTEM_ERROR = 900001;
public static final int MSG_UNEXPECTED_INTERNAL_SYSTEM_ERROR = 900001;

// Activity_NetPrinterList
public static final int SEARCH_TIMES = 10;
Expand Down

0 comments on commit d7abe4c

Please sign in to comment.