Skip to content

Commit 1ae18de

Browse files
Merge pull request #143 from atsign-foundation/upgrade_atContact
upgrade atContact version
2 parents 3df3065 + e4fbea4 commit 1ae18de

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

at_contact/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.4
2+
- at_commons version upgrade for AtTimeoutException
3+
- at_client version upgrade for refactor get and put methods.
14
## 3.0.3
25
- at_client,at_commons,at_utils version upgrade
36
## 3.0.2

at_contact/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: at_contact
22
description: A Dart library for managing contact data that developers can use
33
for their applications.
44
documentation: https://atsign.dev/docs/
5-
version: 3.0.3
5+
version: 3.0.4
66
repository: https://github.com/atsign-foundation/at_libraries
77
homepage: https://atsign.dev
88
environment:
99
sdk: '>=2.12.0 <3.0.0'
1010

1111
dependencies:
1212
intl: ^0.17.0
13-
at_client: ^3.0.7
14-
at_commons: ^3.0.2
15-
at_utils: ^3.0.2
13+
at_client: ^3.0.10
14+
at_commons: ^3.0.5
15+
at_utils: ^3.0.6
1616
uuid: ^3.0.4
1717

1818
#dependency_overrides:

0 commit comments

Comments
 (0)