diff --git a/Cargo.lock b/Cargo.lock index c99b779f..b236666f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2475,7 +2475,7 @@ dependencies = [ [[package]] name = "pubky-nexus" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 8febf93e..7fcf73e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pubky-nexus" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Nexus between homeservers and Pubky-App. Pubky-nexus constructs a social graph out of all of the events on pubky-core homeservers and exposes a social-media-like API capable of powerful Web-of-Trust inference." homepage = "https://github.com/pubky" diff --git a/pubky.app_specs.md b/pubky.app_specs.md index d7255f8b..3141ff88 100644 --- a/pubky.app_specs.md +++ b/pubky.app_specs.md @@ -1,6 +1,6 @@ # Pubky.app Data Model Specification -*Version 0.1* +*Version 0.2.0* ## Introduction