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 12, 2023
1 parent c7158e7 commit d8646a1
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.webviewwatchdog.example"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "0.0.3"
versionCode 5
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: 4
default: 5
VERSION_NAME:
default: 0.0.3
default: 0.1.0
APP_NAME:
default: WebView Watchdog 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.0.3",
"version": "0.1.0",
"description": "WebView Watchdog 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-webview-watchdog",
"version": "0.0.3",
"version": "0.1.0",
"description": "Handles situation when there is no WebView installed on user device or app crashes before loading",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit d8646a1

Please sign in to comment.