Skip to content

Commit a27041f

Browse files
committed
Release 1.8.0
1 parent 37194f6 commit a27041f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

releasenotes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MOG 1.7.10 Release date: TBD
1+
MOG 1.8.0 Release date: 10/28/2019
22
Fixed bug to remember colors after chart is updated
33
Added support for exporting SVG graphics
44
Multiple refactors

src/edu/iastate/metnet/metaomgraph/MetaOmGraph.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ public static int getDefaultLineWidth() {
422422
}
423423

424424
/////////////////////
425-
private static final String VERSION = "1.7.9";
426-
private static final String DATE = "August 21, 2019";
425+
private static final String VERSION = "1.8.0";
426+
private static final String DATE = "October 28, 2019";
427427

428428
public static String getVersion() {
429429
return VERSION;

0 commit comments

Comments
 (0)