Skip to content

Commit

Permalink
Test release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclauss committed Feb 25, 2024
1 parent 8a8c8b8 commit 0753a31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/isar/lib/src/isar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class Isar {
}

/// The version of the Isar library.
static const version = '3.1.1+exp5';
static const version = '3.1.2';

/// Smallest valid id.
static const Id minId = isarMinId;
Expand Down
2 changes: 1 addition & 1 deletion packages/isar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: isar
description: Extremely fast, easy to use, and fully async NoSQL database for Flutter.
version: 3.1.1+exp5
version: 3.1.2
repository: https://github.com/isar/isar/tree/main/packages/isar
homepage: https://github.com/isar/isar
issue_tracker: https://github.com/isar/isar/issues
Expand Down
4 changes: 2 additions & 2 deletions packages/isar_flutter_libs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: isar_flutter_libs
description: Isar Core binaries for the Isar Database. Needs to be included for Flutter apps.
version: 3.1.1+exp5
version: 3.1.2
repository: https://github.com/isar/isar
homepage: https://isar.dev
publish_to: https://contactulater.app/
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
isar: 3.1.1+exp4
isar: 3.1.2

flutter:
plugin:
Expand Down
4 changes: 2 additions & 2 deletions packages/isar_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: isar_generator
description: Code generator for the Isar Database. Finds classes annotated with @Collection.
version: 3.1.1+exp5
version: 3.1.2
repository: https://github.com/isar/isar
homepage: https://isar.dev
publish_to: https://contactulater.app/
Expand All @@ -14,7 +14,7 @@ dependencies:
dart_style: ^2.2.3
dartx: ^1.1.0
glob: ^2.0.2
isar: 3.1.1+exp4
isar: 3.1.2
path: ^1.8.1
source_gen: ^1.2.2
xxh3: ^1.0.1
Expand Down

0 comments on commit 0753a31

Please sign in to comment.