File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- Neon v4.0.0
1+ Neon v4.0.1
22=====
33[ ![ Build_Status] ( https://travis-ci.org/DDMAL/Neon.svg?branch=master )] ( https://travis-ci.org/DDMAL/Neon )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change 11{
22 "name" : " Neon" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "description" : " A web-based editor for correcting MEI-Neume files" ,
55 "main" : " server.js" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ module.exports = {
6767 plugins : [
6868 new webpack . DefinePlugin ( {
6969 __LINK_LOCATION__ : JSON . stringify ( '/' ) ,
70- __NEON_VERSION__ : JSON . stringify ( 'v4.0.0 ' )
70+ __NEON_VERSION__ : JSON . stringify ( 'v4.0.1 ' )
7171 } )
7272 ]
7373} ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ module.exports = {
7979 plugins : [
8080 new webpack . DefinePlugin ( {
8181 __LINK_LOCATION__ : JSON . stringify ( 'https://ddmal.music.mcgill.ca/Neon' ) ,
82- __NEON_VERSION__ : JSON . stringify ( 'v4.0.0 ' )
82+ __NEON_VERSION__ : JSON . stringify ( 'v4.0.1 ' )
8383 } )
8484 ]
8585} ;
You can’t perform that action at this time.
0 commit comments