Skip to content

ci: bump versions for next release #757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parse_server_sdk
description: Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
version: 3.1.0
version: 3.1.1
homepage: https://github.com/phillwiggins/flutter_parse_sdk

environment:
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parse_server_sdk_flutter
description: Flutter plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)
version: 3.1.1
version: 3.1.2
homepage: https://github.com/phillwiggins/flutter_parse_sdk

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
sdk: flutter

# Uncomment for Release version
parse_server_sdk: ^3.1.0
parse_server_sdk: ^3.1.1

# Uncomment for local testing
#parse_server_sdk:
Expand Down