diff --git a/addon.xml b/addon.xml index 47d7438..a25b9f3 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index 67eb6a3..2297dc3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ # WIMM Change log +4.1.15 + - Fix genre rules operator + 4.1.14 - Fix music genre field not being split correctly (Issue #120) - Rename minor id fields now correctly show WIMM diff --git a/resources/js/app/common/global.js b/resources/js/app/common/global.js index 622f551..d8aaaf3 100644 --- a/resources/js/app/common/global.js +++ b/resources/js/app/common/global.js @@ -22,7 +22,7 @@ * along with WIMM. If not, see . */ -var myVersion = '4.1.14'; +var myVersion = '4.1.15'; /** * Protect window.console method calls, e.g. console is not defined on IE