From d290f9933551ec631b554be73540da83e3e8a8bf Mon Sep 17 00:00:00 2001 From: Krystian Duma Date: Wed, 4 Oct 2023 22:13:19 +0200 Subject: [PATCH] Release 0.4.1 --- example/android/app/build.gradle | 4 ++-- example/config.yaml | 4 ++-- example/package-lock.json | 6 +++--- example/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index ebd8baa..5e476af 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "dev.duma.capacitor.sunmiprinter.example" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 5 - versionName "0.4.0" + versionCode 6 + versionName "0.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/example/config.yaml b/example/config.yaml index cbc843a..e09f80c 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,8 +1,8 @@ vars: BUILD_NUMBER: - default: 5 + default: 6 VERSION_NAME: - default: 0.4.0 + default: 0.4.1 APP_NAME: default: Sunmi Print plugin for Capacitor.js SHORT_APP_NAME: diff --git a/example/package-lock.json b/example/package-lock.json index b3b61b8..d268fb3 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -1,12 +1,12 @@ { "name": "capacitor-app", - "version": "0.3.2", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "capacitor-app", - "version": "0.3.2", + "version": "0.4.0", "license": "ISC", "dependencies": { "@capacitor/android": "^5.0.0", @@ -25,7 +25,7 @@ }, "..": { "name": "@kduma-autoid/capacitor-sunmi-printer", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "devDependencies": { "@capacitor/android": "^5.0.0", diff --git a/example/package.json b/example/package.json index 8d5b2c2..d98a329 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-app", - "version": "0.4.0", + "version": "0.4.1", "description": "Sunmi Print plugin for Capacitor.js", "main": "index.js", "keywords": [ diff --git a/package-lock.json b/package-lock.json index acd4a51..ad2710b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kduma-autoid/capacitor-sunmi-printer", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kduma-autoid/capacitor-sunmi-printer", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "devDependencies": { "@capacitor/android": "^5.0.0", diff --git a/package.json b/package.json index 725d2e6..4446bd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kduma-autoid/capacitor-sunmi-printer", - "version": "0.4.0", + "version": "0.4.1", "description": "Adapter for printing on internal printers of Sunmi POS devices", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",