Skip to content

Commit

Permalink
Closed version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Sep 8, 2023
1 parent 276c8d9 commit 72b3e0a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

## Version 0.0.9 (2023-09-08)

- New settings to customize date and time format

## Version 0.0.8 (2023-09-07)

- Fixed call icon rendering issues on old WebView versions
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.github.nicorac.bcrgui"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 8
versionName "0.0.8"
versionCode 9
versionName "0.0.9"
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 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": "bcrgui",
"version": "0.0.8",
"version": "0.0.9",
"author": "Claudio Nicora",
"homepage": "https://github.com/nicorac/bcr-gui",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
// NOTE: remember to change version number in Android apk too:
// android\app\build.gradle --> versionName + versionCode
"appName": "BCR-GUI",
"version": "0.0.8",
"version": "0.0.9",
"copyright": "Claudio Nicora (nicorac) 2023",
"website": "https://coolsoft.altervista.org",
"sources": "https://github.com/nicorac/bcr-gui"
Expand Down

0 comments on commit 72b3e0a

Please sign in to comment.