We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64a7ce commit a512462Copy full SHA for a512462
2 files changed
.vscode/tasks.json
@@ -4,7 +4,7 @@
4
"env": {
5
"PATH": "${config:mvn_bin_path}",
6
"JAVA_HOME": "${config:Custom_JAVA_HOME}",
7
- "dist" : "com.obones.binding.openmeteo-0.3.1.jar"
+ "dist" : "com.obones.binding.openmeteo-0.4.0.jar"
8
}
9
},
10
"tasks": [
pom.xml
@@ -12,7 +12,7 @@
12
13
<artifactId>com.obones.binding.openmeteo</artifactId>
14
15
- <version>0.3.1</version>
+ <version>0.4.0</version>
16
17
<name>openHAB Add-ons :: Bundles :: Open Meteo Binding</name>
18
0 commit comments