Skip to content

Commit

Permalink
Version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epinter committed Jun 9, 2021
1 parent 5f51ca6 commit 2df5e63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## [0.10.2] - 2021-06-09
### Changed
- Changed UI string text from 'Android' to 'Mobile'

### Fixed
- Fix manual path chooser (shown when game installation isn't found)

## [0.10.1] - 2021-05-27
### Changed
- Add quest files to automatic backup (backup size increased)
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.10.1'
version = '0.10.2'
sourceCompatibility = 14
ext.moduleName = 'br.com.pinter.tqrespec'
ext.mainPackageName = 'br.com.pinter.tqrespec'
Expand Down

0 comments on commit 2df5e63

Please sign in to comment.