diff --git a/CHANGELOG.md b/CHANGELOG.md index 4923b64..c900696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.9.15] - 2021-06-13 - Localisation fix + +- Fixed localisation bug introduced last release + ## [2.9.14] - 2021-06-13 - Minor improvements - Number of players shows in game info text at top left diff --git a/src/d2r-map.ahk b/src/d2r-map.ahk index 61f5fe1..8b404a9 100644 --- a/src/d2r-map.ahk +++ b/src/d2r-map.ahk @@ -70,7 +70,7 @@ Menu, Tray, Add, Reload, Reload Menu, Tray, Add Menu, Tray, Add, Exit, ExitMH -global version := "2.9.14" +global version := "2.9.15" WriteLog("*******************************************************************") WriteLog("* Map overlay started https://github.com/joffreybesos/d2r-mapview *")