diff --git a/Cargo.toml b/Cargo.toml index 533a96a69c..884ee3b267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.11" +version = "0.0.12" authors = ["Raphael Amorim "] edition = "2021" license = "MIT" diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index d1e4310bd2..531aa21af5 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -8,7 +8,7 @@

Rio Term

-
Current version: 0.0.11
+
Current version: 0.0.12
Download for: {% include links.html %}
diff --git a/docs/install/index.md b/docs/install/index.md index df5d779490..75a9fb7f47 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -52,7 +52,7 @@ Rio is avaible for [MacOS](#macos), [Linux](#linux), [Windows](#windows) and bro You can download Rio terminal application for macOS platform: -- [Download macOS - v0.0.11](https://github.com/raphamorim/rio/releases/download/v0.0.11/Rio-v0.0.11.dmg) +- [Download macOS - v0.0.12](https://github.com/raphamorim/rio/releases/download/v0.0.12/Rio-v0.0.12.dmg) Alternatively you can install Rio through [Homebrew](https://brew.sh/) @@ -92,8 +92,8 @@ Note: Rio is only available for Windows 10 or later. Prebuilt binaries for Windows: -- • [Download Microsoft Windows Installer - v0.0.11](https://github.com/raphamorim/rio/releases/download/v0.0.11/Rio-installer.msi) -- • [Download Rio Portable - v0.0.11](https://github.com/raphamorim/rio/releases/download/v0.0.11/Rio-portable.exe) +- • [Download Microsoft Windows Installer - v0.0.12](https://github.com/raphamorim/rio/releases/download/v0.0.12/Rio-installer.msi) +- • [Download Rio Portable - v0.0.12](https://github.com/raphamorim/rio/releases/download/v0.0.12/Rio-portable.exe) There's a few things to note about the installer and the portable version: @@ -120,7 +120,7 @@ To make Windows utilize a GPU for a specific application through Windows display ### WebAssembly -TBD in the version v0.0.11. +TBD in the version v0.0.12.
diff --git a/misc/osx/Rio.app/Contents/Info.plist b/misc/osx/Rio.app/Contents/Info.plist index c4d6bf9422..5b629028ad 100644 --- a/misc/osx/Rio.app/Contents/Info.plist +++ b/misc/osx/Rio.app/Contents/Info.plist @@ -102,7 +102,7 @@ Rio-stable.icns CFBundleShortVersionString - 0.0.11 + 0.0.12 CFBundleVersion 20230528.115631 CFBundleURLTypes diff --git a/misc/windows/rio.wxs b/misc/windows/rio.wxs index a096f11203..b98f958593 100644 --- a/misc/windows/rio.wxs +++ b/misc/windows/rio.wxs @@ -4,7 +4,7 @@ UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8" Language="1033" Codepage="1252" - Version="0.0.11" + Version="0.0.12" Manufacturer="Raphael Amorim" InstallerVersion="200">