Skip to content

Commit

Permalink
chore: bump version (Fixes #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed May 30, 2023
1 parent 2d723d1 commit 9a1b443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Date format: DD/MM/YYYY

## 4.4.0 - [30/05/2023]

- **NEW** `queryBook.queryType` ([#15](https://github.com/bdlukaa/books_finder/pull/15))

## 4.3.0 - [01/05/2022]

- **MINOR BREAKING** Renamed `BookInfo.industryIdentifier` to `BookInfo.industryIdentifiers`
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: books_finder
description: A library to help on the search for books on google books api
version: 4.3.0
version: 4.4.0
repository: https://github.com/bdlukaa/books_finder

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ">=2.15.0 <4.0.0"

dependencies:
http: ^1.0.0
Expand Down

0 comments on commit 9a1b443

Please sign in to comment.