Skip to content

Commit 461fcf9

Browse files
upgrade at_contact version
1 parent 202f0eb commit 461fcf9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

at_contact/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
## 1.0.0+5
1414
- at_client version upgrade
1515
## 2.0.0
16-
- Null safety changes
16+
- Null safety changes
17+
## 2.0.1
18+
- at_commons version upgrade

at_contact/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: at_contact
22
description: A starting point for Dart libraries or applications.
3-
version: 2.0.0
3+
version: 2.0.1
44
repository: https://github.com/atsign-foundation/at_libraries
55
homepage: https://atsign.dev
66

@@ -9,9 +9,9 @@ environment:
99

1010
dependencies:
1111
intl: ^0.17.0
12-
at_client: ^2.0.1
13-
at_commons: ^2.0.1
14-
at_utils: ^2.0.1
12+
at_client: ^2.0.3
13+
at_commons: ^2.0.2
14+
at_utils: ^2.0.2
1515
uuid: ^3.0.4
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)