Skip to content

Commit 350a66a

Browse files
committed
3.0.0-dev.2
1 parent a7ff718 commit 350a66a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
2-
## [3.0.0-dev.1]
2+
## [3.0.0-dev.2]
33

44
#### Added
55

pubspec.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dart_helper_utils
22
description: This package offers a collection of Dart utilities, tools for converting dynamic objects to various types, and extending core Dart classes with extensions.
33
repository: https://github.com/omar-hanafy/dart_helper_utils
4-
version: 3.0.0-dev.1
4+
version: 3.0.0-dev.2
55

66
topics:
77
- utilities
@@ -17,7 +17,8 @@ environment:
1717
dependencies:
1818
intl: ^0.19.0
1919
mime: ^2.0.0
20+
meta: ^1.15.0
2021

2122
dev_dependencies:
2223
very_good_analysis: ^6.0.0
23-
test: ^1.25.8
24+
test: ^1.25.8

0 commit comments

Comments
 (0)