Skip to content

Commit 4e9fe4e

Browse files
committed
*Versioning v1.5.0.
1 parent f890ebb commit 4e9fe4e

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

docs/bitty.data

5.78 KB
Binary file not shown.

docs/bitty.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bitty.wasm

12.9 KB
Binary file not shown.

imgs/beGUI1.png

59 Bytes
Loading

imgs/beGUI2.png

42 Bytes
Loading

src/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "beGUI | Bitty Engine",
44
"description": "Tiny customizable GUI system for Bitty Engine",
55
"author": "Tony",
6-
"version": "1.4.4",
6+
"version": "1.5.0",
77
"genre": "LIB",
88
"url": "https://github.com/paladin-t/begui"
99
}

src/libs/beGUI/beGUI.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
beGUI = beUtils.merge(
4242
beGUI,
4343
{
44-
version = '1.4.4',
44+
version = '1.5.0',
4545

4646
-- Data structure to represent relative number.
4747
percent = beStructures.percent,

0 commit comments

Comments
 (0)