Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Jan 16, 2024
1 parent af7b731 commit 71f72e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.0+4] - January 16, 2024

* Automated dependency updates


## [1.1.0+3] - December 19, 2023

* Automated dependency updates
Expand Down Expand Up @@ -117,3 +122,4 @@




4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: 'execution_timer'
description: 'A library that makes it easy to determine how long snippets of code take to execute in real clock time.'
version: '1.1.0+3'
version: '1.1.0+4'

environment:
sdk: '>=3.0.0 <4.0.0'

dev_dependencies:
flutter_lints: '^3.0.1'
test: '^1.25.0'
test: '^1.25.1'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit 71f72e5

Please sign in to comment.