Skip to content

Commit

Permalink
Release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 9, 2020
1 parent 7424468 commit c3a4f09
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [2.3.5] - 2020-01-09
* Fix bug with NPM versionning

## [2.3.4] - 2020-01-03
* Fix bug with NPM build (allow access to verovio.module and use wasm)

Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.rism.verovio</groupId>
<artifactId>VerovioToolkit</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
<packaging>jar</packaging>

<name>VerovioToolkit</name>
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
)

setup(name='verovio',
version='2.3.4',
version='2.3.5',
url="www.verovio.org",
description="""A library and toolkit for engraving MEI music notation into SVG""",
ext_modules=[verovio_module],
Expand Down
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": "2.3.4-01",
"version": "2.3.5",
"description": "This is the stable version of the verovio package",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion include/vrv/vrvdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace vrv {

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

Expand Down

0 comments on commit c3a4f09

Please sign in to comment.