Skip to content

Commit 6a815f9

Browse files
committed
Increment version number to 4.0.2
1 parent b4768d8 commit 6a815f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Neon v4.0.1
1+
Neon v4.0.2
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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Neon",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A web-based editor for correcting MEI-Neume files",
55
"main": "server.js",
66
"license": "MIT",

webpack.config.js

+1-1
Original file line numberDiff line numberDiff 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.1')
70+
__NEON_VERSION__: JSON.stringify('v4.0.2')
7171
})
7272
]
7373
};

webpack.pages-config.js

+1-1
Original file line numberDiff line numberDiff 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.1')
82+
__NEON_VERSION__: JSON.stringify('v4.0.2')
8383
})
8484
]
8585
};

0 commit comments

Comments
 (0)