Skip to content

Commit

Permalink
prepare 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jul 20, 2023
1 parent 509d88b commit 13ec88f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.0.11"
version = "0.0.12"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img id="logo" width="200" src="assets/logo.png" />
<h1>Rio Term</h1>
</div>
<div class="block">Current version: 0.0.11</div>
<div class="block">Current version: 0.0.12</div>
<div class="block"><a href="/rio/install">Download for:</a>
{% include links.html %}
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down Expand Up @@ -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:

Expand All @@ -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.

<br/>

Expand Down
2 changes: 1 addition & 1 deletion misc/osx/Rio.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<!-- <string>Rio-canary.icns</string> -->
<string>Rio-stable.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.0.11</string>
<string>0.0.12</string>
<key>CFBundleVersion</key>
<string>20230528.115631</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion misc/windows/rio.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down

0 comments on commit 13ec88f

Please sign in to comment.