Changed the version numbers incorrectly... Should be good now.

This commit is contained in:
TheWahlolly
2025-05-23 18:31:25 +03:00
parent ba6549fa9c
commit 07c4f447c3
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
local agcfg = { local agcfg = {
["halyde"] = { ["halyde"] = {
["maindir"] = "", ["maindir"] = "",
["version"] = "1.7.1", ["version"] = "1.7.0",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.", ["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = { ["directories"] = {
"halyde/apps", "halyde/apps",
@@ -56,7 +56,7 @@ local agcfg = {
}, },
["argentum"] = { ["argentum"] = {
["maindir"] = "", ["maindir"] = "",
["version"] = "1.0.0", ["version"] = "1.0.1",
["description"] = "The default package manager for Halyde.", ["description"] = "The default package manager for Halyde.",
["directories"] = { ["directories"] = {
"argentum", "argentum",
+3 -3
View File
@@ -1,6 +1,6 @@
Aargentum/store/
Aargentum/
V1.0.1
Aargentum/registry.cfg Aargentum/registry.cfg
Ahalyde/apps/argentum.lua Ahalyde/apps/argentum.lua
Ahalyde/apps/helpdb/argentum.txt Ahalyde/apps/helpdb/argentum.txt
V1.0.1
Aargentum/
Aargentum/store/
+1 -1
View File
@@ -4,7 +4,7 @@ Ahalyde/core/
Ahalyde/config/ Ahalyde/config/
Ahalyde/apps/helpdb/ Ahalyde/apps/helpdb/
Ahalyde/apps/ Ahalyde/apps/
V1.7.1 V1.7.0
Ainit.lua Ainit.lua
Ahalyde/apps/helpdb/cat.txt Ahalyde/apps/helpdb/cat.txt
Ahalyde/apps/helpdb/cd.txt Ahalyde/apps/helpdb/cd.txt
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ... local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile) local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.7.1" _G._OSVERSION = "Halyde 1.7.0"
_G._OSLOGO = "" _G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat repeat