Skip to content

Commit

Permalink
Merge pull request #17 from peiffer-innovations/dart_update_170294720…
Browse files Browse the repository at this point in the history
…5547

Automated Merge
  • Loading branch information
jpeiffer authored Dec 19, 2023
2 parents 7d0a217 + ac8b0af commit af7b731
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 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+3] - December 19, 2023

* Automated dependency updates


## [1.1.0+2] - November 7, 2023

* Automated dependency updates
Expand Down Expand Up @@ -111,3 +116,4 @@




10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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+2'
version: '1.1.0+3'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

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

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit af7b731

Please sign in to comment.