Skip to content

Commit

Permalink
0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jxarco committed Jan 30, 2024
1 parent d489411 commit 8310ed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/lexgui.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ console.warn( 'Script "build/lexgui.js" is depracated and will be removed soon.
*/

var LX = global.LX = {
version: "0.1.21",
version: "0.1.22",
ready: false,
components: [], // specific pre-build components
signals: {} // events and triggers
Expand Down
2 changes: 1 addition & 1 deletion build/lexgui.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

var LX = {
version: "0.1.21",
version: "0.1.22",
ready: false,
components: [], // specific pre-build components
signals: {} // events and triggers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lexgui",
"version": "0.1.21",
"version": "0.1.22",
"description": "JS library to create web graphical user interfaces",
"type": "module",
"main": "./build/lexgui.js",
Expand Down

0 comments on commit 8310ed3

Please sign in to comment.