Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ej52 committed Nov 5, 2023
1 parent 649b2c6 commit e0a92c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/ollama_conversation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NAME = "Ollama Conversation"
DOMAIN = "ollama_conversation"
VERSION = "0.1.8"
VERSION = "0.1.9"
ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/"
TIMEOUT = 60

Expand Down
2 changes: 1 addition & 1 deletion custom_components/ollama_conversation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ej52/hass-ollama-conversatio/issues",
"version": "0.1.8"
"version": "0.1.9"
}
1 change: 0 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"filename": "ollama_conversation.zip",
"hide_default_branch": true,
"homeassistant": "2023.8.0",
"render_readme": false,
"zip_release": true
}

0 comments on commit e0a92c4

Please sign in to comment.