We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37194f6 commit a27041fCopy full SHA for a27041f
releasenotes.txt
@@ -1,4 +1,4 @@
1
-MOG 1.7.10 Release date: TBD
+MOG 1.8.0 Release date: 10/28/2019
2
Fixed bug to remember colors after chart is updated
3
Added support for exporting SVG graphics
4
Multiple refactors
src/edu/iastate/metnet/metaomgraph/MetaOmGraph.java
@@ -422,8 +422,8 @@ public static int getDefaultLineWidth() {
422
}
423
424
/////////////////////
425
- private static final String VERSION = "1.7.9";
426
- private static final String DATE = "August 21, 2019";
+ private static final String VERSION = "1.8.0";
+ private static final String DATE = "October 28, 2019";
427
428
public static String getVersion() {
429
return VERSION;
0 commit comments