Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Oct 4, 2023
1 parent 015bd7d commit d290f99
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 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.
Expand Down
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: 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:
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.0",
"version": "0.4.1",
"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.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",
Expand Down

0 comments on commit d290f99

Please sign in to comment.