diff --git a/Atlas.toc b/Atlas.toc index 7777e2c..77c57eb 100644 --- a/Atlas.toc +++ b/Atlas.toc @@ -3,6 +3,6 @@ # Check expansion specific TOC files for the correct data. ## Interface: 00000 ## Title: Atlas|cFFFF0000 game client not supported|r -## Notes: This version of Atlas only supports Classic Era and Retail +## Notes: This version of Atlas only supports Classic Era, Classic and Retail -WrongVersion.lua +Core\WrongVersion.lua diff --git a/Atlas_Cata.toc b/Atlas_Cata.toc index 4b96c78..094945a 100644 --- a/Atlas_Cata.toc +++ b/Atlas_Cata.toc @@ -22,7 +22,7 @@ ## Notes-zhCN: |cff00CC33副本地图浏览器|r ## Notes-zhTW: Atlas 地圖集主程式 ## Author: nanderson11 -## Version: 2.0.2 +## Version: @project-version@ ## X-Website: https://github.com/nanderson11/Atlas ## X-Category: Map ## X-License: GPLv2 diff --git a/Atlas_Mainline.toc b/Atlas_Mainline.toc index eef9654..31bc507 100644 --- a/Atlas_Mainline.toc +++ b/Atlas_Mainline.toc @@ -20,7 +20,7 @@ ## Notes-zhCN: |cff00CC33副本地图浏览器|r ## Notes-zhTW: |cff00CC33Atlas 地圖集主程式|r ## Author: nanderson11 -## Version: 2.0.2 +## Version: @project-version@ ## X-Website: https://github.com/nanderson11/Atlas ## X-Category: Map ## X-License: GPLv2 diff --git a/Atlas_Vanilla.toc b/Atlas_Vanilla.toc index 7485fd0..1da88b2 100644 --- a/Atlas_Vanilla.toc +++ b/Atlas_Vanilla.toc @@ -22,7 +22,7 @@ ## Notes-zhCN: |cff00CC33副本地图浏览器|r ## Notes-zhTW: Atlas 地圖集主程式 ## Author: nanderson11 -## Version: 2.0.2 +## Version: @project-version@ ## X-Website: https://github.com/nanderson11/Atlas ## X-Category: Map ## X-License: GPLv2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f127f..5e50f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.0-alpha2 - October 16, 2024 + +### Changed + +- Testing new changelog + ## 3.0.0-alpha1 - October 16, 2024 ### Added diff --git a/WrongVersion.lua b/Core/WrongVersion.lua similarity index 100% rename from WrongVersion.lua rename to Core/WrongVersion.lua