Skip to content

Commit 62a88f8

Browse files
committed
Release 2.0.0
1 parent ba1ab6c commit 62a88f8

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
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 7
11-
versionName "1.0.1"
10+
versionCode 8
11+
versionName "2.0.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: 7
3+
default: 8
44
VERSION_NAME:
5-
default: 1.0.1
5+
default: 2.0.0
66
APP_NAME:
77
default: Sunmi Keyboard Handler plugin for Capacitor.js
88
SHORT_APP_NAME:

example/package-lock.json

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

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-app",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Sunmi Keyboard Handler plugin for Capacitor.js",
55
"main": "index.js",
66
"keywords": [
@@ -34,4 +34,4 @@
3434
},
3535
"author": "",
3636
"license": "ISC"
37-
}
37+
}

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": "1.0.1",
3+
"version": "2.0.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)