Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade atContact version #145

Merged
merged 1 commit into from
Feb 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions at_contact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.5
- at_client version upgrade for automatic sync trigger
## 3.0.4
- at_commons version upgrade for AtTimeoutException
- at_client version upgrade for refactor get and put methods.
Expand Down
4 changes: 2 additions & 2 deletions at_contact/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: at_contact
description: A Dart library for managing contact data that developers can use
for their applications.
documentation: https://atsign.dev/docs/
version: 3.0.4
version: 3.0.5
repository: https://github.com/atsign-foundation/at_libraries
homepage: https://atsign.dev
environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
intl: ^0.17.0
at_client: ^3.0.10
at_client: ^3.0.12
at_commons: ^3.0.5
at_utils: ^3.0.6
uuid: ^3.0.4
Expand Down