From a7ea60d2501947c808be548e93fe26f06ed2bd30 Mon Sep 17 00:00:00 2001
From: Seth Morabito <web@loomcom.com>
Date: Sun, 26 Jan 2014 01:29:09 -0800
Subject: [PATCH] Bump version to 0.9.1.0

---
 README.md | 8 ++++----
 pom.xml   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index b06d3d2..04a9f22 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ SYMON - A 6502 System Simulator
 
 **NOTE: THIS SOFTWARE IS UNDER ACTIVE DEVELOPMENT. Feedback is welcome!**
 
-**Version:** 0.9.0.1
+**Version:** 0.9.1.0
 
 **Last Updated:** 29 December, 2013
 
@@ -154,7 +154,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
 Java 1.5 or greater, just type:
 
-    $ java -jar symon-0.9.0.jar
+    $ java -jar symon-0.9.1.0.jar
 
 When Symon is running, you should be presented with a simple graphical
 interface.
@@ -196,6 +196,8 @@ running.
 
 ## 5.0 Revision History
 
+  - **0.9.1:** 26 January, 2014 - Support for IRQ and NMI handling.
+
   - **0.9.0:** 29 December, 2013 - First pass at a 6545 CRTC simulation.
 
   - **0.8.5:** 30 March, 2013 - ASCII display for memory window.
@@ -233,8 +235,6 @@ running.
     and disassembly.
 
   - More accurate timing.
-  
-  - Smarter interrupt handling.
 
   - UI needs a ton more polish.
 
diff --git a/pom.xml b/pom.xml
index 1903320..9724629 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <groupId>com.loomcom.symon</groupId>
     <artifactId>symon</artifactId>
     <packaging>jar</packaging>
-    <version>0.9.0.1</version>
+    <version>0.9.1.0</version>
     <name>symon</name>
     <url>http://www.loomcom.com/symon</url>
     <properties>