Merge branch 'master' into 0.8.2
diff --git a/project.clj b/project.clj
index b409ec5..dd5a29f 100644
--- a/project.clj
+++ b/project.clj
@@ -3,7 +3,7 @@
   (do (println (str "ERROR: requires Leiningen 1.x but you are using " lein-version))
     (System/exit 1)))
 
-(defproject storm "0.8.2-wip15"
+(defproject storm "0.8.2"
   :source-path "src/clj"
   :test-path "test/clj"
   :java-source-path "src/jvm"