Skip to content

Commit

Permalink
It seems that 4.1.0 was used without tagging so 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRegimbal committed Aug 7, 2020
1 parent 1aeacd6 commit 0fc7290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0
Neon v4.1.1
=====
[![Build_Status](https://travis-ci.org/DDMAL/Neon.svg?branch=master)](https://travis-ci.org/DDMAL/Neon)
[![License: MIT](https://img.shields.io/github/license/DDMAL/Neon)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
new HardSourceWebpackPlugin(),
new webpack.DefinePlugin({
__LINK_LOCATION__: JSON.stringify('/'),
__NEON_VERSION__: JSON.stringify(commitHash),
__NEON_VERSION__: JSON.stringify('v4.1.1'),
__ASSET_PREFIX__: JSON.stringify('/Neon/')
})
]
Expand Down
2 changes: 1 addition & 1 deletion webpack.pages-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
new HardSourceWebpackPlugin(),
new webpack.DefinePlugin({
__LINK_LOCATION__: JSON.stringify('https://ddmal.music.mcgill.ca/Neon'),
__NEON_VERSION__: JSON.stringify(commitHash),
__NEON_VERSION__: JSON.stringify('v4.1.1'),
__ASSET_PREFIX__: JSON.stringify('/Neon/Neon-gh/')
})
]
Expand Down

0 comments on commit 0fc7290

Please sign in to comment.