Skip to content

Commit

Permalink
Test release exp3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclauss committed Feb 25, 2024
1 parent 5058fbc commit 0561894
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ jobs:
working-directory: packages/isar
- name: Download Binaries
run: sh tool/download_binaries.sh
- name: pub.dev credentials
- name: unpub credentials
run: |
mkdir -p $HOME/.config/dart
echo '${{ secrets.PUB_JSON }}' >> $HOME/.config/dart/pub-credentials.json
dart pub token add --env-var=secret.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+exp2';
static const version = '3.1.1+exp3';

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

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

0 comments on commit 0561894

Please sign in to comment.