A project tracker for decentralized social media platforms, clients, and tools

chore: bump version to 1.0.0 and fix lint issue

- Update package.json version from 0.0.0 to 1.0.0
- Remove unused networkColors variable to fix lint error

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

+1 -6
+1 -1
package.json
··· 1 1 { 2 2 "name": "socialmeshes-app", 3 3 "private": true, 4 - "version": "0.0.0", 4 + "version": "1.0.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite",
-5
src/components/ProjectCard.tsx
··· 82 82 } 83 83 }; 84 84 85 - const networkColors = { 86 - atproto: 'bg-blue-900 text-blue-200', 87 - activitypub: 'bg-purple-900 text-purple-200' 88 - }; 89 - 90 85 const homepageLink = project.links?.find(link => link.kind === 'homepage')?.url; 91 86 92 87 return (