Skip to content

Commit

Permalink
build: publish 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Risch authored and Alex Risch committed Feb 9, 2024
1 parent ba9a8e7 commit 8ea6d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.0
- feat: implement codecs for Remote Attachments

## 1.3.1
- fix: respect limits on batched messages

Expand Down
2 changes: 1 addition & 1 deletion lib/src/common/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:flutter/foundation.dart';
import 'package:grpc/grpc.dart' as grpc;
import 'package:xmtp_proto/xmtp_proto.dart' as xmtp;

const sdkVersion = '1.3.1';
const sdkVersion = '1.4.0';
const clientVersion = "xmtp-flutter/$sdkVersion";
// TODO: consider generating these ^ during build.

Expand Down

0 comments on commit 8ea6d6e

Please sign in to comment.