Skip to content

Commit f95f5be

Browse files
committed
🔖 0.7.0 release
1 parent 74388f9 commit f95f5be

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

ARTWORK/ARCHIVE/0.6.0/aura1.png

1.56 MB
Loading

ARTWORK/aura1.png

-390 KB
Loading

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ See the [Aura Progression](https://github.com/aura-systems/Aura-Operating-System
2626
- GUI (SVGAII, VBE)
2727
- Networking (ARP, IPV4, ICMP, UDP, DNS, DHCP, TCP, HTTP)
2828
- Lua 5.2 interpreter
29+
- Package manager
2930

3031
## Screenshots
3132

README_CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- GUI (SVGAII, VBE)
2828
- 网络 (ARP, IPV4, ICMP, UDP, DNS, DHCP, TCP, HTTP)
2929
- 解释器 Lua 5.2
30+
- 软件包管理器
3031

3132
## 屏幕截图
3233

SRC/Aura_OS/Properties/VersionInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Aura_OS
22
{
33
public class VersionInfo
44
{
5-
public static string revision = "240120241529";
5+
public static string revision = "240120241704";
66
}
77
}

0 commit comments

Comments
 (0)