Bump version to 0.1.2

main
Guillaume Dott 2022-02-24 10:01:49 +01:00
parent 355813462f
commit f44c927ae7
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
## [Unreleased] ## [Unreleased]
## [0.1.2] - 2022-02-24
- Handle strings with spaces in a better way
## [0.1.1] - 2022-02-23
- Remove spaces before looking for text
## [0.1.0] - 2022-02-23 ## [0.1.0] - 2022-02-23
- Initial release - Initial release

View File

@ -3,7 +3,7 @@
module PDF module PDF
class Reader class Reader
module FindText module FindText
VERSION = "0.1.1" VERSION = "0.1.2"
end end
end end
end end