diff --git a/docs/release-notes-player.txt b/docs/release-notes-player.txt index da9894ba26067ea2fcfa546e1e0c97c97cc5c5e7..0edb8edf6cbd3300c56496fbac9ee40a615625c3 100644 --- a/docs/release-notes-player.txt +++ b/docs/release-notes-player.txt @@ -1,10 +1,7 @@ Player ====== -next +1.2.3 - [Bug] Fix position of error warn message for radio buttons - - Allow texts to be underlined - It is recommended not to combine this with highlighting texts although it works reasonably well. - 1.2.2 - Turn the display of the audio/video start button on and off diff --git a/package.json b/package.json index 23fdc710521eda300773ac475c55ee34e170f747..81e803e162e48673de4cd0e936454df9a06aac0f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "verona-modules-aspect", "config": { "editor_version": "1.7.0", - "player_version": "1.2.2" + "player_version": "1.2.3" }, "scripts": { "ng": "ng",