1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 22:51:14 +02:00

[yawl] fix package

This commit is contained in:
2023-07-21 23:27:20 +02:00
parent 1c1c87c734
commit aef91c6c1f
3 changed files with 2 additions and 2 deletions

View File

@@ -363,7 +363,7 @@
["yawl"] = {
["manifestVersion"] = "1.0",
["package"] = "yawl",
["version"] = "1.3.0",
["version"] = "1.3.1",
["name"] = "Yet Another Widget Library",
["repo"] = "tree/master/yawl",
["description"] = "New version of libgui, but using libclass2 and cleaner code and interface.",

Binary file not shown.

View File

@@ -375,7 +375,7 @@
dependencies = {
["libclass2"] = "/"
},
version = "1.3.0",
version = "1.3.1",
name = "Yet Another Widget Library",
description = "New version of libgui, but using libclass2 and cleaner code and interface.";
authors = "AR2000AR",