diff --git a/ARTWORK/ARCHIVE/0.6.0/aura1.png b/ARTWORK/ARCHIVE/0.6.0/aura1.png new file mode 100644 index 00000000..a52ef496 Binary files /dev/null and b/ARTWORK/ARCHIVE/0.6.0/aura1.png differ diff --git a/ARTWORK/aura1.png b/ARTWORK/aura1.png index a52ef496..d906ec22 100644 Binary files a/ARTWORK/aura1.png and b/ARTWORK/aura1.png differ diff --git a/README.md b/README.md index ed34c8f3..c2f99b81 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ See the [Aura Progression](https://github.com/aura-systems/Aura-Operating-System - GUI (SVGAII, VBE) - Networking (ARP, IPV4, ICMP, UDP, DNS, DHCP, TCP, HTTP) - Lua 5.2 interpreter +- Package manager ## Screenshots diff --git a/README_CN.md b/README_CN.md index 4f407458..193bf844 100644 --- a/README_CN.md +++ b/README_CN.md @@ -27,6 +27,7 @@ - GUI (SVGAII, VBE) - 网络 (ARP, IPV4, ICMP, UDP, DNS, DHCP, TCP, HTTP) - 解释器 Lua 5.2 +- 软件包管理器 ## 屏幕截图 diff --git a/SRC/Aura_OS/Properties/VersionInfo.cs b/SRC/Aura_OS/Properties/VersionInfo.cs index f437a8bf..a863432d 100644 --- a/SRC/Aura_OS/Properties/VersionInfo.cs +++ b/SRC/Aura_OS/Properties/VersionInfo.cs @@ -2,6 +2,6 @@ namespace Aura_OS { public class VersionInfo { - public static string revision = "240120241529"; + public static string revision = "240120241704"; } }