diff --git a/Cargo.lock b/Cargo.lock
index e36b43e..90950d0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2480,7 +2480,7 @@ dependencies = [
[[package]]
name = "portal"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"async-std",
"eframe",
diff --git a/Cargo.toml b/Cargo.toml
index b6289d5..b7a801a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "portal"
-version = "0.1.5"
+version = "0.1.6"
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/build/macos/src/Project.app/Contents/Info.plist b/build/macos/src/Project.app/Contents/Info.plist
index aacf64f..12e7627 100644
--- a/build/macos/src/Project.app/Contents/Info.plist
+++ b/build/macos/src/Project.app/Contents/Info.plist
@@ -20,7 +20,7 @@
APPL
CFBundleShortVersionString
- 0.1.5
+ 0.1.6
CFBundleSupportedPlatforms
MacOSX
diff --git a/build/windows/installer/Package.wxs b/build/windows/installer/Package.wxs
index b48759f..26cc633 100644
--- a/build/windows/installer/Package.wxs
+++ b/build/windows/installer/Package.wxs
@@ -2,7 +2,7 @@