From 8f65a58ca70e203720276f7c643d903ec7370d39 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Mon, 3 May 2021 10:28:25 +0200 Subject: [PATCH] Release 3.4.1 --- CHANGELOG.md | 3 +++ Verovio.podspec | 2 +- bindings/java/pom.xml | 2 +- codemeta.json | 4 ++-- emscripten/npm/package.json | 2 +- include/vrv/vrvdef.h | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 044151bc6dd..34834a15b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [3.4.1] - 2021-05-03 +* Fix bug in font names in the Python distribution + ## [3.4.0] - 2021-05-01 * Support for double treble clefs and additional SMuFL clefs (@rettinghaus) * Support for chords with cuesize notes (@eNote-GmbH) diff --git a/Verovio.podspec b/Verovio.podspec index 0a063f65c38..7985448d224 100644 --- a/Verovio.podspec +++ b/Verovio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Verovio' - s.version = '3.4.0' + s.version = '3.4.1' s.license = { :type => 'LGPL' } s.homepage = 'https://www.verovio.org/index.xhtml' s.authors = { 'Contributors List' => 'https://github.com/rism-digital/verovio/graphs/contributors' } diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index ffb79c750d8..1eecb9b6fba 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -4,7 +4,7 @@ org.rism.verovio VerovioToolkit - 3.4.0 + 3.4.1 jar VerovioToolkit diff --git a/codemeta.json b/codemeta.json index c8838998856..ba05d891b3d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,8 +4,8 @@ "identifier": "Verovio", "name": "Verovio", "description": "Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG.", - "softwareVersion": "3.4.0", - "datePublished": "2021-05-01", + "softwareVersion": "3.4.1", + "datePublished": "2021-05-03", "license": "https://www.gnu.org/licenses/lgpl-3.0", "programmingLanguage": [{ "@type": "ComputerLanguage", diff --git a/emscripten/npm/package.json b/emscripten/npm/package.json index 57fd7d69ba1..34effcf9a9b 100644 --- a/emscripten/npm/package.json +++ b/emscripten/npm/package.json @@ -1,6 +1,6 @@ { "name": "verovio", - "version": "3.4.0", + "version": "3.4.1", "description": "This is the stable version of the verovio package", "main": "index.js", "keywords": [ diff --git a/include/vrv/vrvdef.h b/include/vrv/vrvdef.h index 6b0c558bacc..83abc8f181d 100644 --- a/include/vrv/vrvdef.h +++ b/include/vrv/vrvdef.h @@ -36,7 +36,7 @@ namespace vrv { #define VERSION_MAJOR 3 #define VERSION_MINOR 4 -#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