Skip to content

Commit

Permalink
chore(version): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Apr 11, 2024
1 parent aa4719e commit b91f956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ bun add prisma
Please run the following command to install `orm`:

```bash
dart pub add orm:4.0.3
dart pub add orm:4.1.0
```

Or add the following to your `pubspec.yaml` file:

```yaml
dependencies:
orm: ^4.0.3 // [!code focus]
orm: ^4.1.0 // [!code focus]
```
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.1.0-beta.1
version: 4.1.0
homepage: https://prisma.pub
repository: https://github.com/medz/prisma-dart
funding:
Expand Down

0 comments on commit b91f956

Please sign in to comment.