update version numbers for release

This release fixes the following tickets:
* #62: Instead of or in addition to the Restore Default Zoom button, add
Full Zoom Out button.
* #64: Load multiple trace files and enable the possibility to view
signals from different files in a single window.
* partial #66: key shortcuts for actions like zoom in/out, go to
next/prev event etc
* #70: add full zoom and zoom between markers (once we had markers)
* #75: marker is often hiding events underneath for highlighting and
getting transaction details
* #82: Implement help for keyboard shortcuts
This commit is contained in:
2021-11-15 15:36:19 +01:00
parent 2c6ca6c376
commit 8353b59a27
18 changed files with 19 additions and 19 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.minres.scviewer</groupId>
<artifactId>com.minres.scviewer.parent</artifactId>
<version>2.14</version>
<version>2.14.0</version>
<relativePath>../../..</relativePath>
</parent>
<packaging>eclipse-plugin</packaging>