Skip to content

Commit

Permalink
Closed version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Aug 18, 2023
1 parent 87dc7bd commit 8ac7af6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

## Version 0.0.3 (2023-08-18)

- New "delete recordings" feature
- Removed unimplemented features buttons
- Fixed call direction icon in recordings list
- Improved error handling

## Version 0.0.2 (2023-08-09)

- New setting to change default recordings list sort
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.0.2"
versionName "0.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
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.2",
"version": "0.0.3",
"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
"appName": "BCR-GUI",
"version": "0.0.2",
"version": "0.0.3",
"copyright": "Claudio Nicora (nicorac) 2023",
"website": "https://coolsoft.altervista.org",
"sources": "https://github.com/nicorac/bcr-gui"
Expand Down

0 comments on commit 8ac7af6

Please sign in to comment.