Skip to content

Commit

Permalink
Closed version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Feb 14, 2024
1 parent 86cb033 commit 490fff5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version history

## Version 1.4.1 (2024-02-14)

Bug fixes:

- Fixed support for AM/PM datetime parsing in filenames (#63)

- Fixed missing support for AM/PM in custom date format (#75)

## Version 1.4.0 (2024-02-10)

New features:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 001004000
versionName "1.4.0"
versionCode 001004001
versionName "1.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 490fff5

Please sign in to comment.