From faa054a998f05235c316d1005abbe83dd66e9001 Mon Sep 17 00:00:00 2001 From: Arcadius Ahouansou Date: Fri, 21 Apr 2023 11:17:13 +0100 Subject: [PATCH] preparing for v1.7.0 which supports Capacitor 4 --- README.md | 4 ++-- package.json | 12 ++++++------ plugin.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0a3c70e..96470b8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Already bundled is the following version: In your Cordova project, run the following command to install the plugin. ``` -cordova plugin add git+https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer +cordova plugin add git+https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer ``` or @@ -246,7 +246,7 @@ interface Printer { ## iOS notes: * You may get errors while compiling: you need to make sure the native lib is "embed and sign" . - see https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer/issues/39 + see https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer/issues/39 * If you are getting errors about unsupported architectures, please look at http://ikennd.ac/blog/2015/02/stripping-unwanted-architectures-from-dynamic-libraries-in-xcode/ diff --git a/package.json b/package.json index b513b5e..2976a8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cordova-plugin-brother-label-printer", - "version": "1.6.1", - "description": "Cordova plugin for brother label printers", + "version": "1.7.0", + "description": "Cordova and Capacitor plugin for brother label printers", "cordova": { "id": "cordova-plugin-brother-label-printer", "platforms": [ @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer.git" + "url": "git+https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer.git" }, "keywords": [ "brother", @@ -32,12 +32,12 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer/blob/master/LICENSE" + "url": "https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer/blob/master/LICENSE" } ], "bugs": { - "url": "https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer/issues" + "url": "https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer/issues" }, - "homepage": "https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer#readme", + "homepage": "https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer#readme", "license": "ISC" } diff --git a/plugin.xml b/plugin.xml index d9f2b14..22b024a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,12 +3,12 @@ + version="1.7.0"> BrotherPrinter Cordova hooks for Brother Print SDK - https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer.git + https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer.git brother, sdk, print