Skip to content

Commit

Permalink
preparing for v1.7.0 which supports Capacitor 4
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadius committed Apr 21, 2023
1 parent d0a1d11 commit faa054a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand All @@ -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"
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<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.6.1">
version="1.7.0">

<name>BrotherPrinter</name>

<description>Cordova hooks for Brother Print SDK</description>
<repo>https://github.com/MenelicSoftware/cordova-plugin-brother-label-printer.git</repo>
<repo>https://github.com/AbobosSoftware/cordova-plugin-brother-label-printer.git</repo>
<keywords>brother, sdk, print</keywords>
<license></license>

Expand Down

0 comments on commit faa054a

Please sign in to comment.