disable debug prints and update ccmsi version for release

This commit is contained in:
Mikayla Fischler
2023-03-04 23:01:24 -05:00
parent 9eddab2c23
commit 2a681d1d37
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
local function println(message) print(tostring(message)) end
local function print(message) term.write(tostring(message)) end
local CCMSI_VERSION = "v0.9m"
local CCMSI_VERSION = "v1.0"
local install_dir = "/.install-cache"
local repo_path = "http://raw.githubusercontent.com/MikaylaFischler/cc-mek-scada/"