Skip to content

Commit 6229293

Browse files
committed
set next version, cleanup
1 parent ba40793 commit 6229293

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/components/dashboard/base-items/widgets/WeatherWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export const WeatherWidget: React.FC<WeatherWidgetProps> = ({ config }) => {
125125
};
126126
}, [config]);
127127

128-
// Function to fetch weather data
129128
const fetchWeather = async () => {
130129
try {
131130
setIsLoading(true);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lab-dash",
3-
"version": "1.1.6-beta2",
3+
"version": "1.1.6",
44
"description": "This is an open-source user interface designed to manage your server and homelab",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)