Skip to content

Commit 31e54d0

Browse files
committed
Release 1.0.28 - Create new release branch
- Update references to 1.0.28
1 parent 2088bf1 commit 31e54d0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.0.28
2+
13
## 1.0.27
24
User login / signUp / loginAnonymous delete SessionId stored in device before calling server
35

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Want to get involved? Join our Slack channel and help out! (http://flutter-parse
1313
To install, either add to your pubspec.yaml
1414
```yml
1515
dependencies:
16-
parse_server_sdk: ^1.0.27
16+
parse_server_sdk: ^1.0.28
1717
```
1818
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.
1919

lib/src/base/parse_constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
part of flutter_parse_sdk;
22

33
// Library
4-
const String keySdkVersion = '1.0.27';
4+
const String keySdkVersion = '1.0.28';
55
const String keyLibraryName = 'Flutter Parse SDK';
66

77
// End Points

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk
22
description: Flutter plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
3-
version: 1.0.27
3+
version: 1.0.28
44
homepage: https://github.com/phillwiggins/flutter_parse_sdk
55

66
environment:

0 commit comments

Comments
 (0)