Skip to content

Commit

Permalink
Fix JS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Sep 10, 2024
1 parent f3bc2a8 commit 3b8cc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emscripten/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verovio",
"version": "4.3.0",
"version": "4.3.1",
"description": "This is the stable version of the verovio package",
"main": "dist/verovio-toolkit-wasm.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion include/vrv/vrvdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace vrv {

#define VERSION_MAJOR 4
#define VERSION_MINOR 3
#define VERSION_REVISION 0
#define VERSION_REVISION 1
// Adds "-dev" in the version number - should be set to false for releases
#define VERSION_DEV false

Expand Down

0 comments on commit 3b8cc17

Please sign in to comment.