diff --git a/README.md b/README.md
index 32ad3fa8..0a2873d9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# h5ai v0.3   ·   a beautified Apache index
+# h5ai v0.3.1   ·   a beautified Apache index
 
 
 ## Screenshots
@@ -35,6 +35,14 @@ will be wrapped by `<header>` and `<footer>` tags.
 
 ## Changelog
 
+### v0.3.1
+*2011-06-24*
+
+* refactored js
+* added `folderClick` and `fileClick` callback hooks
+* fixed .emtpy style
+
+
 ### v0.3
 *2011-06-23*
 
diff --git a/build.properties b/build.properties
index 19905f99..77fea631 100644
--- a/build.properties
+++ b/build.properties
@@ -3,7 +3,7 @@ custom                           = true
 
 # project
 project.name                     = h5ai
-project.version                  = 0.3
+project.version                  = 0.3.1
 
 
 # src
diff --git a/target/dot.htaccess b/target/dot.htaccess
index ca7f59c2..c8991043 100644
--- a/target/dot.htaccess
+++ b/target/dot.htaccess
@@ -1,5 +1,5 @@
 ################################
-# h5ai 0.3
+# h5ai 0.3.1
 # customized .htaccess
 ################################
 
diff --git a/target/h5ai/footer.html b/target/h5ai/footer.html
index 15065574..8d77f252 100644
--- a/target/h5ai/footer.html
+++ b/target/h5ai/footer.html
@@ -10,7 +10,7 @@
 			<img class="techclass" src="/h5ai/images/html5-storage.png" alt="html5-storage" />
 			<img class="techclass" src="/h5ai/images/html5-css3.png" alt="html5-css3" />
 		</a>
-		<a href="http://github.com/lrsjng/h5ai" target="_blank" title="h5ai 0.3">h5ai</a>
+		<a href="http://github.com/lrsjng/h5ai" target="_blank" title="h5ai 0.3.1">h5ai</a>
 		using
 		<a href="http://html5boilerplate.com" target="_blank" title="a rock-solid default for HTML5 awesome">HTML5 Boilerplate</a>
 		and
diff --git a/target/h5ai/header.html b/target/h5ai/header.html
index ff543cbe..dbd7d713 100644
--- a/target/h5ai/header.html
+++ b/target/h5ai/header.html
@@ -3,7 +3,7 @@
 <head>
 	<meta charset="utf-8">
 	<title>Directory index · styled with h5ai</title>
-	<meta name="h5ai-version" content="h5ai 0.3">
+	<meta name="h5ai-version" content="h5ai 0.3.1">
 	<meta name="description" content="Directory index styled with h5ai (http://github.com/lrsjng/h5ai)">
 	<meta name="keywords" content="directory, index, autoindex, h5ai">
 	<link rel="shortcut icon" href="/h5ai/icons/folder.png" />