diff --git a/FFTools_ACT_Plugin.cs b/FFTools_ACT_Plugin.cs index 2c0a146..c9c9643 100644 --- a/FFTools_ACT_Plugin.cs +++ b/FFTools_ACT_Plugin.cs @@ -31,7 +31,7 @@ You should have received a copy of the GNU General Public License [assembly: AssemblyTitle("FFTools")] [assembly: AssemblyDescription("Extends FFXIV parsing with Lua scripts that support TTS callouts, web UI, and more.")] [assembly: AssemblyCompany("Chompy#3436")] -[assembly: AssemblyVersion("0.05")] +[assembly: AssemblyVersion("0.06")] namespace ACT_Plugin { diff --git a/assets/web/index.html b/assets/web/index.html index 5f53dc9..417a040 100644 --- a/assets/web/index.html +++ b/assets/web/index.html @@ -17,7 +17,7 @@

FFTOOLS

-
Version 0.05
+
Version 0.06
Github Discord @@ -68,7 +68,7 @@

Download

Qunara Excalibur
- Download ACT Plugin (v0.05) • + Download ACT Plugin (v0.06)Install GuideGithub

diff --git a/src/daemon/main.go b/src/daemon/main.go index 7bbbcee..d25140e 100644 --- a/src/daemon/main.go +++ b/src/daemon/main.go @@ -27,7 +27,7 @@ import ( "gopkg.in/natefinch/lumberjack.v2" ) -const version = "0.05" +const version = "0.06" func main() { // set log output