Skip to content

Commit

Permalink
build: update pubspec and changelog for v 3.0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
gkc committed Nov 15, 2023
1 parent ee3143e commit 98b03c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/at_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.69
- feat: Add AtRpcClient for a much cleaner developer experience for sending AtRpc requests
## 3.0.68
- feat: have AtRpc use ephemeral notifications
## 3.0.67
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AtClientConfig {

/// Represents the at_client version.
/// Must always be the same as the actual version in pubspec.yaml
final String atClientVersion = '3.0.68';
final String atClientVersion = '3.0.69';

/// Represents the client commit log compaction time interval
///
Expand Down
2 changes: 1 addition & 1 deletion packages/at_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The at_client library is the non-platform specific Client SDK which
##
##
## NB: When incrementing the version, please also increment the version in AtClientConfig file
version: 3.0.68
version: 3.0.69
## NB: When incrementing the version, please also increment the version in AtClientConfig file
##

Expand Down

0 comments on commit 98b03c4

Please sign in to comment.