Skip to content

Commit

Permalink
Update version number to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderAxe31 authored Oct 21, 2020
1 parent ddc3643 commit 4aee152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DankBot Treeview.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--DankBot Treeview v1.0 by ThunderAxe31. Generates a graphical output as .bmp file for DankBot v3.0 or later.
--DankBot Treeview v1.1 by ThunderAxe31. Generates a graphical output as .bmp file for DankBot v3.0 or later.

local font_height = 11
local font_width = 8
Expand Down Expand Up @@ -1318,7 +1318,7 @@ function export_treeview()
local vertical_span = 8
local line_span = 2

local title = "DankBot Treeview v1.0 by ThunderAxe31"
local title = "DankBot Treeview v1.1 by ThunderAxe31"

local columns_title = {}
for i=1, #state do
Expand Down

0 comments on commit 4aee152

Please sign in to comment.