Skip to content

Commit

Permalink
Merge pull request #723 from atsign-foundation/publish_atclient
Browse files Browse the repository at this point in the history
build: publish at_client v3.0.40
  • Loading branch information
murali-shris authored Sep 28, 2022
2 parents e46c3c7 + b57bcdd commit 28342e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions at_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.40
- chore: upgrade at_commons to 3.0.26
## 3.0.39
- chore: upgrade 3rd party dependencies except hive
- chore: upgrade persistence secondary to version 3.0.36
Expand Down
2 changes: 1 addition & 1 deletion at_client/lib/src/preference/at_client_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class AtClientConfig {
}

/// Represents the at_client version.
final String atClientVersion = '3.0.39';
final String atClientVersion = '3.0.40';
}
4 changes: 2 additions & 2 deletions at_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_client
description: The at_client library is the non-platform specific Client SDK which provides the essential methods for building an app using the atProtocol.
## When incrementing the version, update the version in AtClientConfig file
version: 3.0.39
version: 3.0.40
repository: https://github.com/atsign-foundation/at_client_sdk
homepage: https://atsign.dev
documentation: https://docs.atsign.com/
Expand All @@ -28,7 +28,7 @@ dependencies:
at_lookup: ^3.0.30
at_utf7: ^1.0.0
at_base2e15: ^1.0.0
at_commons: ^3.0.25
at_commons: ^3.0.26
at_utils: ^3.0.11
meta: ^1.8.0

Expand Down

0 comments on commit 28342e0

Please sign in to comment.