Skip to content

Commit

Permalink
Version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed Jun 9, 2022
1 parent c40f5f7 commit 468428f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [0.11.2] - 2022-06-09
### Fixed
- Add missing variable (buffSkillName) from update v2.10.20820 ([#42](https://github.com/epinter/tqrespec/issues/42))

## [0.11.1] - 2022-05-22
### Added
- Add support for TQ v2.10.20820
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sourceSets {

OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
ext.distAppName = 'TQRespec'
version = '0.11.1'
version = '0.11.2'
sourceCompatibility = JavaVersion.VERSION_17
ext.moduleName = 'br.com.pinter.tqrespec'
ext.mainPackageName = 'br.com.pinter.tqrespec'
Expand Down

0 comments on commit 468428f

Please sign in to comment.