diff --git a/LC3.cabal b/LC3.cabal
--- a/LC3.cabal
+++ b/LC3.cabal
@@ -1,5 +1,5 @@
 name:                LC3
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            LC-3 virtual machine
 description:         Haskell implementation of the LC-3 VM
 license:             BSD3
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,12 +3,6 @@
 
 A Haskell implementation of the [LC3 virtual machine](https://justinmeiners.github.io/lc3-vm/)
 
-This is still a heavy WIP. Some todo items..
-
-### Todo
-  - [x] Support `ADD` instructions
-  - [x] Now draw the rest of the owl.
-
 ### Play 2048!
 
 ```bash
