File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Neon v4.0.1
1
+ Neon v4.0.2
2
2
=====
3
3
[ ![ Build_Status] ( https://travis-ci.org/DDMAL/Neon.svg?branch=master )] ( https://travis-ci.org/DDMAL/Neon )
4
4
[ ![ 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 1
1
{
2
2
"name" : " Neon" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " A web-based editor for correcting MEI-Neume files" ,
5
5
"main" : " server.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ module.exports = {
67
67
plugins : [
68
68
new webpack . DefinePlugin ( {
69
69
__LINK_LOCATION__ : JSON . stringify ( '/' ) ,
70
- __NEON_VERSION__ : JSON . stringify ( 'v4.0.1 ' )
70
+ __NEON_VERSION__ : JSON . stringify ( 'v4.0.2 ' )
71
71
} )
72
72
]
73
73
} ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ module.exports = {
79
79
plugins : [
80
80
new webpack . DefinePlugin ( {
81
81
__LINK_LOCATION__ : JSON . stringify ( 'https://ddmal.music.mcgill.ca/Neon' ) ,
82
- __NEON_VERSION__ : JSON . stringify ( 'v4.0.1 ' )
82
+ __NEON_VERSION__ : JSON . stringify ( 'v4.0.2 ' )
83
83
} )
84
84
]
85
85
} ;
You can’t perform that action at this time.
0 commit comments