mirror of
				https://github.com/khairul169/garage-webui.git
				synced 2025-10-31 23:29:31 +07:00 
			
		
		
		
	chore: bump version to 1.1.0
This commit is contained in:
		
							parent
							
								
									72411c7f97
								
							
						
					
					
						commit
						a6640157c1
					
				| @ -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: | Get the latest binary from the [release page](https://github.com/khairul169/garage-webui/releases/latest) according to your OS architecture. For example: | ||||||
| 
 | 
 | ||||||
| ```sh | ```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 | $ chmod +x garage-webui | ||||||
| $ sudo cp garage-webui /usr/local/bin | $ sudo cp garage-webui /usr/local/bin | ||||||
| ``` | ``` | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|   "name": "garage-webui", |   "name": "garage-webui", | ||||||
|   "private": true, |   "private": true, | ||||||
|   "version": "1.0.9", |   "version": "1.1.0", | ||||||
|   "type": "module", |   "type": "module", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|     "dev:client": "vite", |     "dev:client": "vite", | ||||||
|  | |||||||
| @ -8,9 +8,6 @@ import "./styles.css"; | |||||||
| 
 | 
 | ||||||
| const App = () => { | const App = () => { | ||||||
|   const [queryClient] = useState(() => new QueryClient()); |   const [queryClient] = useState(() => new QueryClient()); | ||||||
|   const [test, setTest] = useState(); |  | ||||||
| 
 |  | ||||||
|   console.log({test}); |  | ||||||
| 
 | 
 | ||||||
|   return ( |   return ( | ||||||
|     <PageContextProvider> |     <PageContextProvider> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user