Skip to content

Commit

Permalink
chore: move to 0.1.0 as the weather forecast is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Mar 24, 2024
1 parent 6cfa68e commit cb23365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"env": {
"PATH": "${config:mvn_bin_path}",
"JAVA_HOME": "${config:Custom_JAVA_HOME}",
"dist" : "com.obones.binding.openmeteo-0.0.1.jar"
"dist" : "com.obones.binding.openmeteo-0.1.0.jar"
}
},
"tasks": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@

<description>This binding integrates the Open Meteo weather foreceast service.</description>

<version>0.0.1</version>
<version>0.1.0</version>
</project>

0 comments on commit cb23365

Please sign in to comment.