Skip to content

Commit 6372215

Browse files
committed
bump version and update changelog
1 parent 4d4ee20 commit 6372215

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

source/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
BlueM.Wave Release Notes
22
========================
33

4+
Version 2.14.1
5+
--------------
6+
FIXED:
7+
* Fixed installer version not reading metadata from GINA HDF5 files properly #222
8+
49
Version 2.14.0
510
--------------
611
NEW:

source/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131
' by using the '*' as shown below:
3232
' <Assembly: AssemblyVersion("1.0.*")>
3333

34-
<Assembly: AssemblyVersion("2.14.0.*")>
35-
'<Assembly: AssemblyFileVersion("2.14.0.*")>
34+
<Assembly: AssemblyVersion("2.14.1.*")>
35+
'<Assembly: AssemblyFileVersion("2.14.1.*")>

0 commit comments

Comments
 (0)