diff --git a/GameBundle/GameBundle.csproj b/GameBundle/GameBundle.csproj
index 71fe027..24e19c0 100644
--- a/GameBundle/GameBundle.csproj
+++ b/GameBundle/GameBundle.csproj
@@ -13,7 +13,7 @@
https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png
true
gamebundle
- 1.0.0
+ 1.1.0
diff --git a/README.md b/README.md
index d2ad2c1..342fd43 100644
--- a/README.md
+++ b/README.md
@@ -21,4 +21,10 @@ GameBundle will then build a self-contained release of your application for each
GameBundle takes several optional arguments to modify the way it works. To see a list of all possible arguments, simply run
```
gamebundle --help
-```
\ No newline at end of file
+```
+
+# Future features
+In the future, GameBundle plans to include the following features
+- An option to create a `.app` archive structure file for the Mac build automatically
+- An option to create an installer for Windows
+- An option to create a flatpak (or similar) installer for Linux
\ No newline at end of file