Prepare 1.1.2 for release
This commit is contained in:
parent
a3418dea9c
commit
55a140a44c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# 1.1.2 (2022-11-15)
|
||||
|
||||
- Bugfix: Fixed a runtime error caused by a missing rexml dependency in Ruby 3 (#312)
|
||||
|
||||
# 1.1.1 (2021-01-28)
|
||||
|
||||
- Bugfix: Properly parse multiline comments in Android XML files (#300)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Twine
|
||||
VERSION = '1.1.1'
|
||||
VERSION = '1.1.2'
|
||||
end
|
||||
|
|
Reference in a new issue