Skip to content

Commit

Permalink
Fixed deployment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed May 24, 2021
1 parent 933c695 commit b065d93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2

- Fixed deployment bug

## 0.6.1

- Fix for image preview param types
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add this to your package's `pubspec.yaml` file:

```yml
dependencies:
appwrite: ^0.6.1
appwrite: ^0.6.2
```
You can install packages from the command line:
Expand Down
2 changes: 1 addition & 1 deletion lib/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Client {

this.headers = {
'content-type': 'application/json',
'x-sdk-version': 'appwrite:flutter:0.6.1',
'x-sdk-version': 'appwrite:flutter:0.6.2',
'X-Appwrite-Response-Format' : '0.8.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: 0.6.1
version: 0.6.2
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 b065d93

Please sign in to comment.