diff --git a/VERSION b/VERSION index 26aaba0e..f0bb29e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/src/components/commons/AudioPlayer.vue b/src/components/commons/AudioPlayer.vue index b3b7e2b4..1465ed90 100644 --- a/src/components/commons/AudioPlayer.vue +++ b/src/components/commons/AudioPlayer.vue @@ -1,6 +1,6 @@ @@ -180,12 +110,7 @@ width: size + 'px', height: size + 'px', }" - @click.stop="toggleAudio" - @mouseenter="showTooltipHandler" - @mouseleave="hideTooltipHandler" - @touchstart="handleTouchStart" - @touchend="handleTouchEnd" - @touchmove="handleTouchMove" + @click="toggleAudio" data-testid="Toggle to play animal sound" > @@ -194,10 +119,8 @@ @@ -206,16 +129,7 @@
- @@ -231,10 +145,7 @@ diff --git a/src/components/commons/CopyrightIcon.vue b/src/components/commons/CopyrightIcon.vue index 26422c54..cc4f9fae 100644 --- a/src/components/commons/CopyrightIcon.vue +++ b/src/components/commons/CopyrightIcon.vue @@ -1,7 +1,7 @@