Skip to content

Commit

Permalink
🔖 release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed May 22, 2024
1 parent d467b96 commit 069f1e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.7.1 - 22th May, 2024

- Show finishing time even when timer is not running.
- Miscellaneous improvements.

# 0.7.0 - 29th November, 2023

- Fix daily average calculation.
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A target calculator for reaching required hours for Toggl time trac

publish_to: 'none'

version: 0.7.0+28
version: 0.7.1+29

environment:
sdk: '>=3.4.0 <4.0.0'
Expand Down Expand Up @@ -33,9 +33,9 @@ dependencies:
json_annotation: ^4.9.0
equatable: ^2.0.5
adaptive_theme: ^3.6.0
window_manager: ^0.3.8
window_manager: ^0.3.9
system_tray: ^2.0.3
package_info_plus: ^6.0.0
package_info_plus: ^8.0.0
flutter_local_notifications: ^17.1.2
bitsdojo_window: ^0.1.6
pub_semver: ^2.1.4
Expand All @@ -51,15 +51,15 @@ dependencies:
flutter_markdown: ^0.7.1
animations: ^2.0.11
path: ^1.9.0
win32: ^5.5.0
win32: ^5.5.1
# flutter_dynamic_icon: ^2.1.0

dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^6.8.0
flutter_lints: ^4.0.0
build_runner: ^2.4.9
build_runner: ^2.4.10
mobx_codegen: ^2.6.1
chopper_generator: ^8.0.0
msix: ^3.16.7
Expand Down

0 comments on commit 069f1e4

Please sign in to comment.