Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chompy committed Nov 30, 2021
1 parent 826c693 commit 8ab30a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FFTools_ACT_Plugin.cs
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions assets/web/index.html
Expand Up @@ -17,7 +17,7 @@
<h1 class="title">
<a href="/">FF<span>TOOLS</span></a>
</h1>
<div class="info">Version 0.06</div>
<div class="info">Version 0.07</div>
<div class="icons">
<a href="https://github.com/chompy/fftools"><img src="ico_github.png" alt="Github" title="Github" /></a>
<a target="_blank" href="https://discord.gg/6kJ7GKNCCx"><img src="ico_discord.png" alt="Discord" title="Discord" /></a>
Expand Down Expand Up @@ -68,7 +68,7 @@ <h1 class="title">
<div class="name">Download</div>
<p>
<img src="home_qunara.png" alt="Qunara Excalibur" title="Qunara, part of Tavi's Tavicats!" /><br/>
<a href="https://github.com/chompy/fftools/releases/download/v0.06/fftools.zip">Download ACT Plugin (v0.06)</a>
<a href="https://github.com/chompy/fftools/releases/download/v0.06/fftools.zip">Download ACT Plugin (v0.07)</a>
<a href="https://github.com/chompy/fftools/blob/main/README.md">Install Guide</a>
<a href="https://github.com/chompy/fftools">Github</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/daemon/main.go
Expand Up @@ -27,7 +27,7 @@ import (
"gopkg.in/natefinch/lumberjack.v2"
)

const version = "0.06"
const version = "0.07"

func main() {
// set log output
Expand Down

0 comments on commit 8ab30a4

Please sign in to comment.