Skip to content

Commit

Permalink
chore(version): 4.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 13, 2024
1 parent 1d0f2ce commit 0836a24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
2 changes: 1 addition & 1 deletion docs/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ...
```
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

1 comment on commit 0836a24

@vercel
Copy link

@vercel vercel bot commented on 0836a24 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.