Skip to content

Commit 9a1b443

Browse files
committed
chore: bump version (Fixes #25)
1 parent 2d723d1 commit 9a1b443

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Date format: DD/MM/YYYY
22

3+
## 4.4.0 - [30/05/2023]
4+
5+
- **NEW** `queryBook.queryType` ([#15](https://github.com/bdlukaa/books_finder/pull/15))
6+
37
## 4.3.0 - [01/05/2022]
48

59
- **MINOR BREAKING** Renamed `BookInfo.industryIdentifier` to `BookInfo.industryIdentifiers`

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: books_finder
22
description: A library to help on the search for books on google books api
3-
version: 4.3.0
3+
version: 4.4.0
44
repository: https://github.com/bdlukaa/books_finder
55

66
environment:
7-
sdk: ">=2.15.0 <3.0.0"
7+
sdk: ">=2.15.0 <4.0.0"
88

99
dependencies:
1010
http: ^1.0.0

0 commit comments

Comments
 (0)