From 0836a242828f53f57e7db29cf0122b61b87f7781 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Sat, 13 Jan 2024 19:24:49 +0800 Subject: [PATCH] chore(version): 4.0.0-alpha.5 --- docs/getting-started/index.md | 4 ++-- docs/getting-started/setup.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 63527aa4..c218e5d7 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -71,12 +71,12 @@ bun add prisma Please run the following command to install `orm`: ```bash -dart pub add orm:4.0.0-alpha.3 +dart pub add orm:4.0.0-alpha.5 ``` Or add the following to your `pubspec.yaml` file: ```yaml dependencies: - orm: ^4.0.0-alpha.3 // [!code focus] + orm: ^4.0.0-alpha.5 // [!code focus] ``` diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md index 3d14ee37..91498c78 100644 --- a/docs/getting-started/setup.md +++ b/docs/getting-started/setup.md @@ -46,7 +46,7 @@ Your project's `pubspec.yaml` file should look like this: name: your_project_name description: your_project_description dependencies: - orm: ^4.0.0-alpha.3 // [!code focus] + orm: ^4.0.0-alpha.5 // [!code focus] // ... dev_dependencies: ... ``` diff --git a/pubspec.yaml b/pubspec.yaml index 2c8e9bd9..37fe0e10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: orm description: ◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB. -version: 4.0.0-alpha.4 +version: 4.0.0-alpha.5 homepage: https://prisma.pub repository: https://github.com/medz/prisma-dart funding: