Skip to content

Commit

Permalink
0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jxarco committed Dec 22, 2023
1 parent a68861a commit 96f8ebf
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.15",
version: "0.1.16",
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.15",
version: "0.1.16",
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.15",
"version": "0.1.16",
"description": "JS library to create web graphical user interfaces",
"type": "module",
"main": "./build/lexgui.js",
Expand Down

0 comments on commit 96f8ebf

Please sign in to comment.