From 7c24589189a40a3e74d3631163ff5905dfbd0127 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Thu, 6 Aug 2020 12:58:35 +0200 Subject: [PATCH] gearing up for release 1.4.0 --- build.properties | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index b356b6b..4593366 100644 --- a/build.properties +++ b/build.properties @@ -7,7 +7,7 @@ project.app=SMuFL-Browser # SMuFl-Browser version. Is not in alignment with the SMuFL specs version -project.version=1.4.0-beta +project.version=1.4.0 # The location of the build directory build.dir=build diff --git a/package.json b/package.json index e7b3f51..6cee8d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smufl-browser", - "version": "1.4.0-beta", + "version": "1.4.0", "description": "A web based browser for the Standard Music Font Layout", "repository": "https://github.com/Edirom/SMuFL-Browser.git", "author": "Peter Stadler ",