Skip to content

Commit

Permalink
Bump version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMiddel committed Dec 22, 2022
1 parent 7c90f4e commit 5b42d55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
floor: ^1.3.0
floor: ^1.4.0

dev_dependencies:
floor_generator: ^1.3.0
floor_generator: ^1.4.0
build_runner: ^2.1.2
```
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.0

### Changes

* Update to Analyzer 5
* Add Enum support
* Add primitive Dart type support in queries

## 1.3.0

### Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
floor: ^1.3.0
floor: ^1.4.0

dev_dependencies:
floor_generator: ^1.3.0
floor_generator: ^1.4.0
build_runner: ^2.1.2
```
Expand Down

0 comments on commit 5b42d55

Please sign in to comment.