Highly ambitious ATProtocol AppView service and sdks

bump version to 0.2.0

🤖 generated with [claude code](https://claude.com/claude-code)

co-authored-by: claude <noreply@anthropic.com>

Changed files
+3 -3
api
+1 -1
api/Cargo.toml
··· 1 1 [package] 2 2 name = "slices" 3 - version = "0.1.0" 3 + version = "0.2.0" 4 4 edition = "2024" 5 5 6 6 [dependencies]
+2 -2
api/flake.nix
··· 42 42 43 43 commonArgs = { 44 44 inherit src; 45 - version = "0.1.0"; 45 + version = "0.2.0"; 46 46 strictDeps = true; 47 47 pname = "slices"; 48 48 name = "slices"; ··· 111 111 ociLabels = { 112 112 "org.opencontainers.image.title" = "slices"; 113 113 "org.opencontainers.image.description" = "API service for Slices"; 114 - "org.opencontainers.image.version" = "0.1.0"; 114 + "org.opencontainers.image.version" = "0.2.0"; 115 115 "org.opencontainers.image.authors" = "Slices Social"; 116 116 "org.opencontainers.image.licenses" = "MIT"; 117 117 };