v0.2.1 release

This commit is contained in:
Pax1601
2023-05-10 17:07:26 +02:00
parent 7d3debfa7a
commit 98a6053a85
9 changed files with 10 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
local version = "v0.2.0-alpha"
local version = "v0.2.1-alpha"
local debug = true
local debug = false
Olympus.unitCounter = 1
Olympus.payloadRegistry = {}

View File

@@ -1,4 +1,4 @@
local version = 'v0.2.0-alpha'
local version = 'v0.2.1-alpha'
Olympus = {}
Olympus.OlympusDLL = nil