Skip to content

Commit

Permalink
Release test build 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclauss committed Feb 25, 2024
1 parent 0561894 commit b9a6e58
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@ jobs:
- name: Download Binaries
run: sh tool/download_binaries.sh
- name: unpub credentials
env:
PUB_JSON: ${{ secrets.PUB_JSON }}
run: |
dart pub token add --env-var=secret.PUB_JSON https://contactulater.app/
dart pub token add --env-var=PUB_JSON https://contactulater.app/
- name: Publish isar
run: dart pub publish --force
working-directory: packages/isar
Expand Down
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+exp3';
static const version = '3.1.1+exp4';

/// 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+exp3
version: 3.1.1+exp4
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+exp3
version: 3.1.1+exp4
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+exp3
isar: 3.1.1+exp4

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+exp3
version: 3.1.1+exp4
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+exp3
isar: 3.1.1+exp4
path: ^1.8.1
source_gen: ^1.2.2
xxh3: ^1.0.1
Expand Down

0 comments on commit b9a6e58

Please sign in to comment.