Skip to content

Commit

Permalink
updated pub version
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Dec 17, 2021
1 parent 42019e0 commit ea7907f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your package's `pubspec.yaml` file:

```yml
dependencies:
appwrite: ^2.0.3
appwrite: ^2.1.0
```
You can install packages from the command line:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/client_browser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
.replaceFirst('http://', 'ws://');
_headers = {
'content-type': 'application/json',
'x-sdk-version': 'appwrite:flutter:2.0.3',
'x-sdk-version': 'appwrite:flutter:2.1.0',
'X-Appwrite-Response-Format' : '0.11.0',
};

Expand Down
2 changes: 1 addition & 1 deletion lib/src/client_io.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ClientIO extends ClientBase with ClientMixin {
.replaceFirst('http://', 'ws://');
this._headers = {
'content-type': 'application/json',
'x-sdk-version': 'appwrite:flutter:2.0.3',
'x-sdk-version': 'appwrite:flutter:2.1.0',
'X-Appwrite-Response-Format' : '0.11.0',
};

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: appwrite
version: 2.0.3
version: 2.1.0
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
homepage: https://appwrite.io
repository: https://github.com/appwrite/sdk-for-flutter
Expand Down

0 comments on commit ea7907f

Please sign in to comment.