Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Oct 5, 2023
1 parent 0f72e87 commit 94d345d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "dev.duma.capacitor.sunmiprinter.example"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionName "0.4.2"
versionCode 8
versionName "0.4.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8' ?>
<resources>
<string name="app_name">Sunmi Print plugin for Capacitor.js</string>
<string name="title_activity_main">Sunmi Print Plugin</string>
<string name="title_activity_main">Print Plugin</string>
<string name="package_name">dev.duma.capacitor.sunmiprinter.example</string>
<string name="custom_url_scheme">dev.duma.capacitor.sunmiprinter.example</string>
</resources>
4 changes: 2 additions & 2 deletions example/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vars:
BUILD_NUMBER:
default: 7
default: 8
VERSION_NAME:
default: 0.4.2
default: 0.4.3
APP_NAME:
default: Sunmi Print plugin for Capacitor.js
SHORT_APP_NAME:
Expand Down
6 changes: 3 additions & 3 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-app",
"version": "0.4.2",
"version": "0.4.3",
"description": "Sunmi Print plugin for Capacitor.js",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kduma-autoid/capacitor-sunmi-printer",
"version": "0.4.2",
"version": "0.4.3",
"description": "Adapter for printing on internal printers of Sunmi POS devices",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 94d345d

Please sign in to comment.