Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Aug 19, 2023
1 parent bca86d2 commit ea742c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/y-octo-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "y-octo-utils"
version = "0.1.0"
version = "0.0.1"
authors = ["x1a0t <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
8 changes: 7 additions & 1 deletion packages/y-octo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "y-octo"
version = "0.1.0"
version = "0.0.1"
authors = [
"DarkSky <[email protected]>",
"forehalo <[email protected]>",
Expand All @@ -9,6 +9,12 @@ authors = [
]
edition = "2021"
license = "MIT"
description = "High-performance and thread-safe CRDT implementation compatible with Yjs"
homepage = "https://github.com/toeverything/y-octo"
repository = "https://github.com/toeverything/y-octo"
keywords = ["collaboration", "crdt", "crdts", "yjs", "yata"]
include = ["src/**/*", "LICENSE", "README.md"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit ea742c6

Please sign in to comment.