Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Oct 13, 2023
1 parent 2d0b34d commit 4ab09ed
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 3
versionName "0.0.1"
versionCode 4
versionName "0.1.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: 3
default: 4
VERSION_NAME:
default: 0.0.1
default: 0.1.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.0.1",
"version": "0.1.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.0.1",
"version": "0.1.0",
"description": "Allows printing on SPP BT printers",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4ab09ed

Please sign in to comment.