From f05de7fed2da664f202eabb2c7cf417ebac10cb4 Mon Sep 17 00:00:00 2001 From: Krystian Duma Date: Sun, 6 Oct 2024 19:50:39 +0200 Subject: [PATCH] Release 0.5.0 --- example/android/app/build.gradle | 4 ++-- example/config.yaml | 4 ++-- example/package-lock.json | 1 + example/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 5ceeb2f..c6736f8 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 8 - versionName "0.4.3" + versionCode 9 + versionName "0.5.0" 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 152e5e4..cbd955c 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,8 +1,8 @@ vars: BUILD_NUMBER: - default: 8 + default: 9 VERSION_NAME: - default: 0.4.3 + default: 0.5.0 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 ec5dee8..ebc18bc 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -24,6 +24,7 @@ } }, "..": { + "name": "@kduma-autoid/capacitor-sunmi-printer", "version": "0.4.3", "license": "MIT", "devDependencies": { diff --git a/example/package.json b/example/package.json index b541e33..f58dbe7 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-app", - "version": "0.4.3", + "version": "0.5.0", "description": "Sunmi Print plugin for Capacitor.js", "main": "index.js", "keywords": [ diff --git a/package-lock.json b/package-lock.json index b1517df..13754ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kduma-autoid/capacitor-sunmi-printer", - "version": "0.4.3", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kduma-autoid/capacitor-sunmi-printer", - "version": "0.4.3", + "version": "0.5.0", "license": "MIT", "devDependencies": { "@capacitor/android": "^6.0.0", diff --git a/package.json b/package.json index 5eb71d8..d8dd33e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kduma-autoid/capacitor-sunmi-printer", - "version": "0.4.3", + "version": "0.5.0", "description": "Adapter for printing on internal printers of Sunmi POS devices", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",