Skip to content

Commit

Permalink
fix version in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-orr committed Aug 16, 2024
1 parent b61b32a commit 0879bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ hot = ["dexterous_developer/hot"]

[dependencies]
bevy = "0.14"
dexterous_developer = { version = "0.3.0-pre.2", features = ["bevy"] }
dexterous_developer = { version = "0.4.0-pre.0", features = ["bevy"] }
serde = "1" # If you want the serialization capacities
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/bevy/bevy_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hot = ["dexterous_developer/hot"]
[dependencies]
bevy = "0.14"
dexterous_developer = { version = "0.3.0-pre.2", features = ["bevy"] }
dexterous_developer = { version = "0.4.0-pre.0", features = ["bevy"] }
serde = "1" # If you want the serialization capacities
```
Expand Down

0 comments on commit 0879bef

Please sign in to comment.