Skip to content

Commit 5d052c4

Browse files
committed
Version 1.1.2
1 parent cf9351d commit 5d052c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [1.1.2] - 2025-09-14
3+
### Fixed
4+
- Added check for teleports when loading, fixed mobile savegame bug ([#61](https://github.com/epinter/tqrespec/issues/61))
5+
26
## [1.1.1] - 2025-06-13
37
### Added
48
- Added option to bulk convert textures from a directory, supports drag-and-drop.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sourceSets {
2626

2727
OperatingSystem OS = DefaultNativePlatform.currentOperatingSystem
2828
ext.distAppName = 'TQRespec'
29-
version = '1.1.1'
29+
version = '1.1.2'
3030

3131
application {
3232
mainClass = "br.com.pinter.tqrespec.Main"

0 commit comments

Comments
 (0)