diff --git a/Cargo.lock b/Cargo.lock index c071e9f..616ee2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2634,7 +2634,7 @@ dependencies = [ [[package]] name = "portal" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-std", "color-hex", diff --git a/Cargo.toml b/Cargo.toml index faf08eb..899453b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portal" -version = "0.1.8" +version = "0.1.9" 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 8076d5f..17c953f 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.8 + 0.1.9 CFBundleSupportedPlatforms MacOSX diff --git a/build/windows/installer/Package.wxs b/build/windows/installer/Package.wxs index 0cde863..e04a3b0 100644 --- a/build/windows/installer/Package.wxs +++ b/build/windows/installer/Package.wxs @@ -2,7 +2,7 @@