Skip to content

Commit

Permalink
Update references to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRegimbal committed Aug 7, 2019
1 parent 0a3e412 commit c2bcd8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Neon v4.0.0
Neon v4.0.1
=====
[![Build_Status](https://travis-ci.org/DDMAL/Neon.svg?branch=master)](https://travis-ci.org/DDMAL/Neon)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "4.0.0",
"version": "4.0.1",
"description": "A web-based editor for correcting MEI-Neume files",
"main": "server.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
plugins: [
new webpack.DefinePlugin({
__LINK_LOCATION__: JSON.stringify('/'),
__NEON_VERSION__: JSON.stringify('v4.0.0')
__NEON_VERSION__: JSON.stringify('v4.0.1')
})
]
};
2 changes: 1 addition & 1 deletion webpack.pages-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
plugins: [
new webpack.DefinePlugin({
__LINK_LOCATION__: JSON.stringify('https://ddmal.music.mcgill.ca/Neon'),
__NEON_VERSION__: JSON.stringify('v4.0.0')
__NEON_VERSION__: JSON.stringify('v4.0.1')
})
]
};

0 comments on commit c2bcd8f

Please sign in to comment.