Skip to content

Commit

Permalink
chore: move to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Jul 8, 2024
1 parent fceb1c7 commit 356346f
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.1.0.jar"
"dist" : "com.obones.binding.openmeteo-0.2.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.1.0</version>
<version>0.2.0</version>
</project>

0 comments on commit 356346f

Please sign in to comment.