Skip to content

Commit

Permalink
fix(deps): incorrect caret syntax on dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gbassisp committed Mar 7, 2024
1 parent 6f99b63 commit a408e19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 0.1.12

- Fix caret syntax on dependencies

## 0.1.11

- Added homepage to `pubspec.yaml`
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: any_date
description: A package for parsing String into DateTime in any format. Inspired by python's dateutil.parser, while also making it compatible with DateTime.parse.
version: 0.1.11
version: 0.1.12
repository: https://github.com/gbassisp/any_date
homepage: https://github.com/gbassisp/any_date

Expand All @@ -13,6 +13,6 @@ dependencies:
dev_dependencies:
http_multi_server: ">=2.2.0"
intl: ^0.18.1
lean_extensions: ^0.7.0
lean_extensions: ">=0.7.0 <1.0.0"
test: ^1.16.0
very_good_analysis: any

0 comments on commit a408e19

Please sign in to comment.