From 6eab3871460c7f25d2b0f4e92ecbb99489b25150 Mon Sep 17 00:00:00 2001 From: Adekabang Date: Mon, 29 Sep 2025 20:30:18 -0400 Subject: [PATCH] chore: update README and package version formatting - Clean up README by removing outdated notes about version compatibility - Ensure consistent formatting in package.json version field --- README.md | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a959334..539d549 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ A modern admin web UI for [Garage v2](https://garagehq.deuxfleurs.fr/), a self-hosted, S3-compatible, distributed object storage service. -> **Note**: This is version 2.0.0 of Garage Web UI, designed to work with Garage v2. If you're using Garage v1, please use the [v1.x release](https://github.com/khairul169/garage-webui/releases/tag/1.0.9) of the Web UI instead. - -This project is based on [khairul169/garage-webui](https://github.com/khairul169/garage-webui), the original Garage Web UI project. The v2 upgrade is maintained by khairul169. - [ [Screenshots](misc/SCREENSHOTS.md) | [Install Garage](https://garagehq.deuxfleurs.fr/documentation/quick-start/) | [Garage Git](https://git.deuxfleurs.fr/Deuxfleurs/garage) ] ## Features diff --git a/package.json b/package.json index 6de39f9..706c44a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "garage-webui", "private": true, -"version": "1.1.0", + "version": "1.1.0", "type": "module", "scripts": { "dev:client": "vite",