diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt index dcedefd88369910383760660ea91c79332ac2c5d..16d67820a803f3158f9af02bc3eafd1c55f33c3b 100644 --- a/docs/release-notes-editor.txt +++ b/docs/release-notes-editor.txt @@ -1,5 +1,9 @@ Editor ====== +1.31.1 +- Fix drag and drop with images +- Fix drag and drop out of cloze children + 1.31.0 - Add section copy&paste functionality Add 2 new menu buttons to the section menu. diff --git a/package.json b/package.json index da3845bd0ba3cf317b347e1a1bfe61218664287c..e4d9bd7e159ec775804772f771334a31ea1d0315 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "verona-modules-aspect", "config": { "player_version": "1.25.0", - "editor_version": "1.31.0", + "editor_version": "1.31.1", "unit_definition_version": "3.6.0" }, "scripts": {