Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Feb 2, 2024
1 parent 28462f5 commit 6d42216
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ case "insert-manual-record": { await onInsertManualRecord(args);
case "load-model": {
// Load model called when switching model *after* app launch
SEEN_MODEL_READY = false;
//UI.postMessage({ event: "spawning" });

// Since models have different sample rates, we need to clear the cache of
// files that have been resampled for a different model, and reset metadata
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": "chirpity",
"version": "0.12.0",
"version": "0.12.1",
"description": "Chirpity Nocmig",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6d42216

Please sign in to comment.