Bump version to 0.1.2
parent
355813462f
commit
f44c927ae7
|
@ -1,5 +1,13 @@
|
|||
## [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
|
||||
|
||||
- Initial release
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
module PDF
|
||||
class Reader
|
||||
module FindText
|
||||
VERSION = "0.1.1"
|
||||
VERSION = "0.1.2"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue