Skip to content

Commit 28630be

Browse files
committed
Release 2.1.0
1 parent a3778f9 commit 28630be

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "dev.duma.capacitor.sunmikeyboardhandler.example"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 8
11-
versionName "2.0.0"
10+
versionCode 9
11+
versionName "2.1.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

example/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
vars:
22
BUILD_NUMBER:
3-
default: 8
3+
default: 9
44
VERSION_NAME:
5-
default: 2.0.0
5+
default: 2.1.0
66
APP_NAME:
77
default: Sunmi Keyboard Handler plugin for Capacitor.js
88
SHORT_APP_NAME:

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-app",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Sunmi Keyboard Handler plugin for Capacitor.js",
55
"main": "index.js",
66
"keywords": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kduma-autoid/capacitor-sunmi-keyboard-handler",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Handler for processing input from Sunmi hardware barcode scanners (builtin and external) and external Sunmi programmable keyboard.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)