From 4ba946a5d92738513d2adf072ddc4a960622c485 Mon Sep 17 00:00:00 2001 From: Genju Date: Thu, 8 Feb 2024 14:30:18 +0100 Subject: [PATCH] betareleaseprep --- CraftSim.toc | 2 +- Data/News.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CraftSim.toc b/CraftSim.toc index 5818f1b7..e20989cb 100644 --- a/CraftSim.toc +++ b/CraftSim.toc @@ -4,7 +4,7 @@ ## Title: CraftSim ## Notes: Calculates the average profit based on your profession stats and other tools for dragonflight gold making ## Author: genju -## Version: 15.0.2 +## Version: 15.0.3 ## X-Curse-Project-ID: 705015 ## X-Wago-ID: 0mNwaPKo ## X-WoWI-ID: 26519 diff --git a/Data/News.lua b/Data/News.lua index f84a85e0..7fa9029e 100644 --- a/Data/News.lua +++ b/Data/News.lua @@ -15,10 +15,11 @@ function CraftSim.NEWS:GET_NEWS(itemMap) local news = { f.bb(" Hello and thank you for using CraftSim!\n"), f.bb(" ( You are awesome! )"), - newP("15.0.2"), + newP("15.0.3"), f.P .. "Introducing " .. f.bb("Sub Recipes Optimization"), f.a .. "- " .. f.l("CraftSim") .. " is now able to optimize and cache", f.a .. " crafting cost details for reagents", + f.a .. " " .. f.r("This is still experimental") .. f.P .. f.g("Cost Details"), f.a .. "- Now shows the lowest expected crafting costs for an item", f.a .. " if you or one of your alts are able to craft it (and its cached)",