Skip to content

Commit ec71870

Browse files
authored
ci: Fix incorrect dart package version due to failing release (parse-community#1032)
1 parent 113c1ec commit ec71870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 '../../parse_server_sdk.dart';
22

33
// Library
4-
const String keySdkVersion = '8.1.0';
4+
const String keySdkVersion = '8.0.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: The Dart SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
3-
version: 8.1.0
3+
version: 8.0.0
44
homepage: https://parseplatform.org
55
repository: https://github.com/parse-community/Parse-SDK-Flutter
66
issue_tracker: https://github.com/parse-community/Parse-SDK-Flutter/issues

0 commit comments

Comments
 (0)