diff --git a/README.md b/README.md index 98655c3..ed0c42e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ services: Get the latest binary from the [release page](https://github.com/khairul169/garage-webui/releases/latest) according to your OS architecture. For example: ```sh -$ wget -O garage-webui https://github.com/khairul169/garage-webui/releases/download/1.0.9/garage-webui-v1.0.9-linux-amd64 +$ wget -O garage-webui https://github.com/khairul169/garage-webui/releases/download/1.1.0/garage-webui-v1.1.0-linux-amd64 $ chmod +x garage-webui $ sudo cp garage-webui /usr/local/bin ``` diff --git a/package.json b/package.json index 4ca77be..706c44a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "garage-webui", "private": true, - "version": "1.0.9", + "version": "1.1.0", "type": "module", "scripts": { "dev:client": "vite", diff --git a/src/app/app.tsx b/src/app/app.tsx index 45e24f4..535a82e 100644 --- a/src/app/app.tsx +++ b/src/app/app.tsx @@ -8,9 +8,6 @@ import "./styles.css"; const App = () => { const [queryClient] = useState(() => new QueryClient()); - const [test, setTest] = useState(); - - console.log({test}); return (