Skip to content

Commit

Permalink
chore: version orm-v5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Sep 10, 2024
1 parent 213e28b commit a3b8451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## v5.0.6

To install Prisma ORM for Dart v5.1.0 run this command
To install Prisma ORM for Dart v5.0.6 run this command

```bash
dart pub add orm:^5.1.0
dart pub add orm:^5.0.6
```

Or update your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^5.1.0
orm: ^5.0.6
```
## What's Changed
Expand Down

0 comments on commit a3b8451

Please sign in to comment.