Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1234,10 +1234,10 @@ packages:
dependency: "direct main"
description:
name: moment_dart
sha256: c868448a4813e57d07a2a236ea010a4960311895b1166aeaf7a8e0750c2cb0dd
sha256: "50e11480f7ec5b9fd4d7441ab383b3c8b169989e95db4089c83835780fa4b0fc"
url: "https://pub.dev"
source: hosted
version: "5.3.1"
version: "5.3.2"
native_toolchain_c:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A personal finance managing app

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: "0.21.0+340"
version: "0.21.0+341"

environment:
sdk: ">=3.10.0 <4.0.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies:
markdown: ^7.3.1
markdown_quill: ^4.3.0
material_symbols_icons: ^4.2906.0
moment_dart: ^5.3.1
moment_dart: ^5.3.2
objectbox: ^5.1.0
objectbox_flutter_libs: ^5.1.0
open_app_file: ^4.0.4
Expand Down
Loading