From 8ab30a45317faeeb04eb8512f90676f49717145b Mon Sep 17 00:00:00 2001 From: Nathan Ogden Date: Mon, 29 Nov 2021 19:37:02 -0500 Subject: [PATCH] version bump --- FFTools_ACT_Plugin.cs | 4 ++-- assets/web/index.html | 4 ++-- src/daemon/main.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FFTools_ACT_Plugin.cs b/FFTools_ACT_Plugin.cs index 8c97700..3192f8e 100644 --- a/FFTools_ACT_Plugin.cs +++ b/FFTools_ACT_Plugin.cs @@ -31,14 +31,14 @@ [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.06")] +[assembly: AssemblyVersion("0.07")] namespace ACT_Plugin { public class FFTools : UserControl, IActPluginV1 { - const int VERSION_NUMBER = 6; + const int VERSION_NUMBER = 7; const UInt16 DAEMON_PORT = 31593; // Port to send to daemon on. diff --git a/assets/web/index.html b/assets/web/index.html index 417a040..cd36543 100644 --- a/assets/web/index.html +++ b/assets/web/index.html @@ -17,7 +17,7 @@

FFTOOLS

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

Download

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

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