Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Jun 15, 2024
1 parent 22f3e11 commit ce995fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.bluetoothprinter.example"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "0.1.0"
versionCode 5
versionName "0.2.0"
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: 4
default: 5
VERSION_NAME:
default: 0.1.0
default: 0.2.0
APP_NAME:
default: SPP Printer plugin for Capacitor.js
SHORT_APP_NAME:
Expand Down
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.1.0",
"version": "0.2.0",
"description": "SPP Printer 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-bluetooth-printer",
"version": "0.1.0",
"version": "0.2.0",
"description": "Allows printing on SPP BT printers",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ce995fd

Please sign in to comment.