Skip to content

Commit fa59b85

Browse files
committed
update version
1 parent dd732ce commit fa59b85

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.1.11"
16+
version = "0.1.12"
1717
authors = ["Raphael Amorim <[email protected]>"]
1818
edition = "2021"
1919
license = "MIT"
@@ -27,14 +27,14 @@ documentation = "https://github.com/raphamorim/rio#readme"
2727
# Note: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
2828
# Sugarloaf example uses path when used locally, but uses
2929
# version from crates.io when published.
30-
sugarloaf = { path = "sugarloaf", version = "0.1.11" }
31-
corcovado = { path = "corcovado", version = "0.1.11" }
32-
rio-config = { path = "rio-config", version = "0.1.11" }
33-
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.11" }
34-
copa = { path = "copa", default-features = true, version = "0.1.11" }
35-
teletypewriter = { path = "teletypewriter", version = "0.1.11" }
36-
rio-backend = { path = "rio-backend", version = "0.1.11" }
37-
rio-window = { path = "rio-window", version = "0.1.11", default-features = false }
30+
sugarloaf = { path = "sugarloaf", version = "0.1.12" }
31+
corcovado = { path = "corcovado", version = "0.1.12" }
32+
rio-config = { path = "rio-config", version = "0.1.12" }
33+
rio-proc-macros = { path = "rio-proc-macros", version = "0.1.12" }
34+
copa = { path = "copa", default-features = true, version = "0.1.12" }
35+
teletypewriter = { path = "teletypewriter", version = "0.1.12" }
36+
rio-backend = { path = "rio-backend", version = "0.1.12" }
37+
rio-window = { path = "rio-window", version = "0.1.12", default-features = false }
3838
wa = { path = "wa", version = "0.1.7" }
3939

4040
raw-window-handle = { version = "0.6.2", features = ["std"] }

misc/osx/Rio.app/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<key>CFBundleIconFile</key>
8686
<string>rio.icns</string>
8787
<key>CFBundleShortVersionString</key>
88-
<string>0.1.11</string>
88+
<string>0.1.12</string>
8989
<key>CFBundleVersion</key>
9090
<string>20230528.115631</string>
9191
<key>CFBundleURLTypes</key>

misc/windows/rio.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a8"
55
Language="1033"
66
Codepage="1252"
7-
Version="0.1.11"
7+
Version="0.1.12"
88
Manufacturer="Raphael Amorim"
99
InstallerVersion="200">
1010

0 commit comments

Comments
 (0)