Skip to content

Commit

Permalink
0.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
jxarco committed Nov 25, 2024
1 parent 4b376bc commit dcd9acf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.37",
version: "0.1.38",
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.37",
version: "0.1.38",
ready: false,
components: [], // specific pre-build components
signals: {} // events and triggers
Expand Down
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# lexgui.js changelog

## 0.1.38 (dev)
## 0.1.39 (dev)

## 0.1.38 (master)

Timeline: Fixed timeline signals and added callbacks

Expand All @@ -11,7 +13,7 @@ Number/Vector widgets:
Added Size Widget (N dimension number widget).
Minor bug fixes.

## 0.1.37 (master)
## 0.1.37

Audio:
- Start new audio widgets (Knob wip).
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.37",
"version": "0.1.38",
"description": "JS library to create web graphical user interfaces",
"type": "module",
"main": "./build/lexgui.js",
Expand Down

0 comments on commit dcd9acf

Please sign in to comment.