diff --git a/VERSION b/VERSION
index dd2cde1..165c730 100644
--- a/VERSION
+++ b/VERSION
@@ -1,10 +1,8 @@
-v0.2.4
+v0.2.5
Changelog
- * Bugfix for attachments downloading with hash instead of file name (#41).
- * Bugfix for item positions (#37).
- * noty errors are ignored now.
- * Favicons added.
- * API Error now returns exception message in JSON data.
+ * Markdown support in comments
+ * Cursor on default input field
+ * Show app version
diff --git a/css/styles.css b/css/styles.css
index b6ce208..6ec8df1 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -157,6 +157,10 @@ a:hover.fa {
#board-nav :last-child.form-control {
margin-right: 0;
}
+.version {
+ margin-top: 5px;
+ font-size: small !important;
+}
/* #SiteNav*/
.nav {
margin-top: -.7em;
diff --git a/index.html b/index.html
index eba5fca..87a3a36 100644
--- a/index.html
+++ b/index.html
@@ -78,5 +78,6 @@
+