diff --git a/README.md b/README.md
index f2b5d9a..4c91c1a 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 > Tracking software for Entropia Universe
 
 
-## Features (v0.10.x)
+## Features (v0.11.x)
 - Keeps track of
   - Loot, Globals, HoFs and rare items
   - Attributes & Skills
@@ -14,7 +14,7 @@
 - Hunting returns
 - Graphs (item drop rate, returns over time)
 - Combined stats for multiple runs
-- Saves data historically
+- Saves data historically (xlsx export available)
 - Weapon sets
 - Hunting notes
 - Overlay (with custom css support)
diff --git a/package.json b/package.json
index b5a016f..151333c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "entropia-tally",
   "productName": "Entropia Tally",
-  "version": "0.10.1",
+  "version": "0.11.0",
   "description": "Track Entropia Universe events",
   "license": "MIT",
   "repository": "EntropiaTally/entropia-tally-app",