Skip to content

Commit

Permalink
set version num to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmn21 committed Aug 14, 2024
1 parent 61ebb14 commit 04ff217
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "bevy_previous"
version = "1.0.1"
version = "0.1.0"
edition = "2021"
authors = ["bnjmn21"]
description = "Access previous values of components"
Expand All @@ -15,7 +15,7 @@ categories = ["game-engines", "game-development"]

[dependencies]
bevy = { version = "0.14.1", default-features = false }
bevy_previous_derive = { path = "bevy_previous_derive", version = "1.0.0", optional = true }
bevy_previous_derive = { path = "bevy_previous_derive", version = "0.1.0", optional = true }

serde = { version = "1.0", optional = true, features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you have custom schedules, consider adding type aliases for those too.

`bevy` | `bevy_previous`
-------|----------------
`0.14` | `1.0.1`
`0.14` | `0.1`

Additionally, the main branch of `bevy_previous` is
up-to-date with bevy's main branch.
Expand Down
2 changes: 1 addition & 1 deletion bevy_previous_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_previous_derive"
version = "1.0.0"
version = "0.1.0"
edition = "2021"
description = "proc_macros for bevy_previous"
repository = "https://github.com/bnjmn21/bevy_previous"
Expand Down

0 comments on commit 04ff217

Please sign in to comment.