1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-27 01:29:32 +00:00

Bumping version to 0.7.0

This commit is contained in:
Seth Morabito 2012-12-09 21:18:36 -08:00
parent f70ce22259
commit b74198dfb2
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ SYMON - A 6502 System Simulator
**NOTE: THIS IS BETA QUALITY SOFTWARE UNDER ACTIVE DEVELOPMENT. Feedback is **NOTE: THIS IS BETA QUALITY SOFTWARE UNDER ACTIVE DEVELOPMENT. Feedback is
welcome!** welcome!**
**Version:** 0.6 **Version:** 0.7.0
**Last Updated:** 5 November, 2012 **Last Updated:** 9 December, 2012
Copyright (c) 2008-2012 Seth J. Morabito <web@loomcom.com> Copyright (c) 2008-2012 Seth J. Morabito <web@loomcom.com>
@ -47,7 +47,7 @@ Maven will build Symon, run unit tests, and produce a jar file in the
Symon is meant to be invoked directly from the jar file. To run with Symon is meant to be invoked directly from the jar file. To run with
Java 1.5 or greater, just type: Java 1.5 or greater, just type:
$ java -jar symon-0.6-snapshot.jar $ java -jar symon-0.7.0.jar
When Symon is running, you should be presented with a simple graphical When Symon is running, you should be presented with a simple graphical
interface. interface.

View File

@ -4,7 +4,7 @@
<groupId>com.loomcom.symon</groupId> <groupId>com.loomcom.symon</groupId>
<artifactId>symon</artifactId> <artifactId>symon</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.6-snapshot</version> <version>0.7.0</version>
<name>symon</name> <name>symon</name>
<url>http://www.loomcom.com/symon</url> <url>http://www.loomcom.com/symon</url>
<properties> <properties>