Skip to content

Commit 02e1353

Browse files
update version number
1 parent e6e6ea7 commit 02e1353

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add this to your package's `pubspec.yaml` file:
2424

2525
```yml
2626
dependencies:
27-
dart_appwrite: ^0.6.2
27+
dart_appwrite: ^0.6.3
2828
```
2929
3030
You can install packages from the command line:

lib/client.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Client {
1313

1414
this.headers = {
1515
'content-type': 'application/json',
16-
'x-sdk-version': 'appwrite:dart:0.6.2',
16+
'x-sdk-version': 'appwrite:dart:0.6.3',
1717
'X-Appwrite-Response-Format':'0.8.0',
1818
};
1919

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_appwrite
2-
version: 0.6.2
2+
version: 0.6.3
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)