You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### Warning: This release contains breaking changes. If you are using flutter you should migrate using *[this](https://github.com/parse-community/Parse-SDK-Flutter/blob/release/2.0.0/docs/migrate-2-0-0.md)* guide.
Copy file name to clipboardExpand all lines: packages/dart/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This is a work in progress and we are consistently updating it. Please let us kn
20
20
To install, either add to your pubspec.yaml
21
21
```yml
22
22
dependencies:
23
-
parse_server_sdk: ^2.0.0
23
+
parse_server_sdk: ^2.0.1
24
24
```
25
25
or clone this repository and add to your project. As this is an early development with multiple contributors, it is probably best to download/clone and keep updating as an when a new feature is added.
Copy file name to clipboardExpand all lines: packages/flutter/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This is a work in progress and we are consistently updating it. Please let us kn
14
14
To install, either add to your pubspec.yaml
15
15
```yml
16
16
dependencies:
17
-
parse_server_sdk: ^2.0.0
17
+
parse_server_sdk: ^2.0.1
18
18
```
19
19
or clone this repository and add to your project. As this is an early development with multiple contributors, it is probably best to download/clone and keep updating as an when a new feature is added.
0 commit comments