diff --git a/README.md b/README.md index 8b13789..6accf3b 100644 --- a/README.md +++ b/README.md @@ -1 +1,51 @@ +
+Gitty Logo + +# Gitty + +**A lightweight, modern Git client built with Tauri.** + +Fast, simple, and designed for developers who want a clean Git experience without unnecessary complexity. + +
+ +--- + +## ✨ Features + +- 🚀 Fast native performance +- 🌿 Branch management +- 📝 Commit history +- 🔄 Pull, Push & Fetch +- 🔀 Merge & Rebase +- 📦 Repository management +- 🎨 Modern and intuitive UI + +--- + +## 📸 Preview + +> Screenshots coming soon. + +--- + +## 🛠️ Built With + +- **Tauri** +- **Rust** +- **Svelte** + +--- + +## 🚧 Status + +Gitty is currently under active development. + +Contributions, feedback and feature requests are always welcome! + +--- + +## 📄 License + +MIT License \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f4989d5..5f81e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitty", - "version": "0.200.4", + "version": "0.200.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitty", - "version": "0.200.4", + "version": "0.200.5", "dependencies": { "@lucide/svelte": "^1.21.0", "@tailwindcss/vite": "^4.3.1", diff --git a/package.json b/package.json index 37e36d3..efe6165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitty", - "version": "0.200.4", + "version": "0.200.5", "private": true, "type": "module", "scripts": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fe0c158..b5b1841 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Gitty", - "version": "0.200.4", + "version": "0.200.5", "identifier": "com.gitty", "build": { "beforeDevCommand": "npm run dev",