Skip to content

Commit

Permalink
Bump pubspec version to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Clauss committed Mar 27, 2024
1 parent 085106f commit 3650bb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.4
version: 3.1.5
repository: https://github.com/isar-community/isar/tree/main/packages/isar
homepage: https://github.com/isar-community/isar
issue_tracker: https://github.com/isar-community/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.4
version: 3.1.5
repository: https://github.com/isar-community/isar
homepage: https://isar.dev
publish_to: https://isar-community.dev/
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
isar:
version: 3.1.4
version: 3.1.5
hosted: https://isar-community.dev

flutter:
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.4
version: 3.1.5
repository: https://github.com/isar-community/isar
homepage: https://isar.dev
publish_to: https://isar-community.dev/
Expand All @@ -15,7 +15,7 @@ dependencies:
dartx: ^1.1.0
glob: ^2.0.2
isar:
version: 3.1.4
version: 3.1.5
hosted: https://isar-community.dev
path: ^1.8.1
source_gen: ^1.2.2
Expand Down

0 comments on commit 3650bb2

Please sign in to comment.