Skip to content

Commit

Permalink
Updated with faustwasm 0.4.1 and faust-ui 1.1.11. Set version to 1.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jun 18, 2024
1 parent c603b48 commit 770c5eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fausteditor",
"private": true,
"version": "1.2.2",
"version": "1.2.3",
"description": "A simple Faust editor for the web",
"scripts": {
"dev": "vite",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@grame/faustwasm": "^0.4.0",
"@shren/faust-ui": "^1.1.9",
"@grame/faustwasm": "^0.4.1",
"@shren/faust-ui": "^1.1.11",
"codemirror": "^5.58.2",
"qrcode": "^1.5.3",
"tippy.js": "^5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/faustlive.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ window.addEventListener('touchstart', function () {

// Main entry point, called when libfaust.js has finished to load
function init() {
console.log('FaustEditor: version 1.2.2');
console.log('FaustEditor: version 1.2.3');

// Try to load code from current URL
configureEditorFromUrlParams();
Expand Down

0 comments on commit 770c5eb

Please sign in to comment.