Skip to content

Commit

Permalink
prepare 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Sep 9, 2024
1 parent 40464ad commit 5776897
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.12"
version = "0.1.13"
authors = ["Raphael Amorim <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -27,14 +27,14 @@ documentation = "https://github.com/raphamorim/rio#readme"
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
# Sugarloaf example uses path when used locally, but uses
# version from crates.io when published.
sugarloaf = { path = "sugarloaf", version = "0.1.12" }
corcovado = { path = "corcovado", version = "0.1.12" }
rio-config = { path = "rio-config", version = "0.1.12" }
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.12" }
copa = { path = "copa", default-features = false, version = "0.1.12" }
teletypewriter = { path = "teletypewriter", version = "0.1.12" }
rio-backend = { path = "rio-backend", version = "0.1.12" }
rio-window = { path = "rio-window", version = "0.1.12", default-features = false }
sugarloaf = { path = "sugarloaf", version = "0.1.13" }
corcovado = { path = "corcovado", version = "0.1.13" }
rio-config = { path = "rio-config", version = "0.1.13" }
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.13" }
copa = { path = "copa", default-features = false, version = "0.1.13" }
teletypewriter = { path = "teletypewriter", version = "0.1.13" }
rio-backend = { path = "rio-backend", version = "0.1.13" }
rio-window = { path = "rio-window", version = "0.1.13", default-features = false }
wa = { path = "wa", version = "0.1.7" }

raw-window-handle = { version = "0.6.2", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/install/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: 'en'

You can download Rio terminal application for macOS platform:

- [Download Rio for MacOS v0.1.12](https://github.com/raphamorim/rio/releases/download/v0.1.12/Rio-v0.1.12.dmg)
- [Download Rio for MacOS v0.1.13](https://github.com/raphamorim/rio/releases/download/v0.1.13/Rio-v0.1.13.dmg)

Alternatively you can install Rio through [Homebrew](https://brew.sh/)...

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Note: Rio is only available for Windows 10 or later.

Prebuilt binaries for Windows:

- [Download Microsoft installer](https://github.com/raphamorim/rio/releases/download/v0.1.12/Rio-installer.msi)
- [Download Microsoft executable](https://github.com/raphamorim/rio/releases/download/v0.1.12/Rio-portable.exe)
- [Download Microsoft installer](https://github.com/raphamorim/rio/releases/download/v0.1.13/Rio-installer.msi)
- [Download Microsoft executable](https://github.com/raphamorim/rio/releases/download/v0.1.13/Rio-portable.exe)
- [Using Chocolatey package manager](https://community.chocolatey.org/packages/rio-terminal)

```sh
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 @@ -85,7 +85,7 @@
<key>CFBundleIconFile</key>
<string>rio.icns</string>
<key>CFBundleShortVersionString</key>
<string>0.1.12</string>
<string>0.1.13</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.1.12"
Version="0.1.13"
Manufacturer="Raphael Amorim"
InstallerVersion="200">

Expand Down

0 comments on commit 5776897

Please sign in to comment.