From d7abe4c2a10cf472ec356cabee7f94f674c80333 Mon Sep 17 00:00:00 2001 From: Arcadius Ahouansou Date: Wed, 10 Jul 2019 07:45:16 +0100 Subject: [PATCH] Fix --- package.json | 2 +- plugin.xml | 2 +- src/android/Common.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8ef3012..cfdab18 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index 826bffd..1be11b7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="1.1.2"> BrotherPrinter diff --git a/src/android/Common.java b/src/android/Common.java index d67e048..20c95fc 100644 --- a/src/android/Common.java +++ b/src/android/Common.java @@ -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;