Skip to content

Commit 8278938

Browse files
authored
Merge pull request #95 from appwrite/dev
feat: Dart SDK update for version 19.2.1
2 parents 6279a1c + 567febd commit 8278938

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 19.2.0
3+
## 19.2.1
44

55
* Add transaction support for Databases and TablesDB
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this to your package's `pubspec.yaml` file:
2323

2424
```yml
2525
dependencies:
26-
dart_appwrite: ^19.2.0
26+
dart_appwrite: ^19.2.1
2727
```
2828
2929
You can install packages from the command line:

lib/src/client_browser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
3030
'x-sdk-name': 'Dart',
3131
'x-sdk-platform': 'server',
3232
'x-sdk-language': 'dart',
33-
'x-sdk-version': '19.2.0',
33+
'x-sdk-version': '19.2.1',
3434
'X-Appwrite-Response-Format': '1.8.0',
3535
};
3636

lib/src/client_io.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class ClientIO extends ClientBase with ClientMixin {
3636
'x-sdk-name': 'Dart',
3737
'x-sdk-platform': 'server',
3838
'x-sdk-language': 'dart',
39-
'x-sdk-version': '19.2.0',
39+
'x-sdk-version': '19.2.1',
4040
'user-agent':
41-
'AppwriteDartSDK/19.2.0 (${Platform.operatingSystem}; ${Platform.operatingSystemVersion})',
41+
'AppwriteDartSDK/19.2.1 (${Platform.operatingSystem}; ${Platform.operatingSystemVersion})',
4242
'X-Appwrite-Response-Format': '1.8.0',
4343
};
4444

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_appwrite
2-
version: 19.2.0
2+
version: 19.2.1
33
description: Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
44
homepage: https://appwrite.io
55
repository: https://github.com/appwrite/sdk-for-dart

0 commit comments

Comments
 (0)