Skip to content

Commit 6f96dc6

Browse files
authored
Merge pull request #281 from StarArawn/bump-version
Bumped version.
2 parents a694237 + 59a9443 commit 6f96dc6

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kayak_ui"
33
description = "A UI library built using the bevy game engine!"
4-
version = "0.4.1"
4+
version = "0.5.0"
55
edition = "2021"
66
resolver = "2"
77
authors = ["John Mitchell"]
@@ -25,8 +25,8 @@ fancy-regex = "0.11.0"
2525
indexmap = "1.9"
2626
instant = "0.1"
2727
interpolation = { version = "0.2" }
28-
kayak_font = { path = "./kayak_font", version = "0.4" }
29-
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.4" }
28+
kayak_font = { path = "./kayak_font", version = "0.5" }
29+
kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.5" }
3030
log = "0.4"
3131
morphorm = "0.3"
3232
reorder = "2.1"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ Kayak UI is in the very early stages of development. Important features are miss
5050
Use bevy `0.10`! Make sure the version of Kayak you are using uses the same version of bevy.
5151

5252
```rust
53-
kayak_ui = "0.4"
54-
bevy = "0.10"
53+
kayak_ui = "0.5"
54+
bevy = "0.12"
5555
```
5656

5757
|bevy|kayak_ui|
5858
|---|---|
5959
|`main`|`bevy-track`|
60+
|0.12|0.5|
61+
|0.11.x|skipped|
6062
|0.10.x|0.4|
6163
|0.10.x|0.3|
6264
|0.9|0.2|

kayak_font/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kayak_font"
33
description = "An SDF font renderer for Kayak UI and the Bevy game engine"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
edition = "2021"
66
resolver = "2"
77
authors = ["John Mitchell"]

kayak_ui_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kayak_ui_macros"
33
description = "A proc macro library that provides RSX like syntax for Kayak UI."
4-
version = "0.4.0"
4+
version = "0.5.0"
55
edition = "2021"
66
resolver = "2"
77
authors = ["John Mitchell"]

0 commit comments

Comments
 (0)