Skip to content

Commit aa80140

Browse files
committed
update version to 3.1.0
1 parent ea7edf4 commit aa80140

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/dart/lib/src/base/parse_constants.dart

+1-1
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 = '3.0.1';
4+
const String keySdkVersion = '3.1.0';
55
const String keyLibraryName = 'Flutter Parse SDK';
66

77
// End Points

packages/dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk
22
description: Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
3-
version: 3.0.1
3+
version: 3.1.0
44
homepage: https://github.com/phillwiggins/flutter_parse_sdk
55

66
environment:

packages/flutter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a work in progress and we are consistently updating it. Please let us kn
1414
To install, either add to your pubspec.yaml
1515
```yml
1616
dependencies:
17-
parse_server_sdk_flutter: ^3.0.1
17+
parse_server_sdk_flutter: ^3.1.0
1818
```
1919
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.
2020

packages/flutter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk_flutter
22
description: Flutter plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
3-
version: 3.0.1
3+
version: 3.1.0
44
homepage: https://github.com/phillwiggins/flutter_parse_sdk
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
sdk: flutter
1212

1313
# Uncomment for Release version
14-
parse_server_sdk: ^3.0.1
14+
parse_server_sdk: ^3.1.0
1515

1616
# Uncomment for local testing
1717
#parse_server_sdk:

0 commit comments

Comments
 (0)