Browse Source

Minor verion bump

Joachim M. Giæver 3 years ago
parent
commit
db10fae901
1 changed files with 1 additions and 1 deletions
  1. 1 1
      snap/snapcraft.yaml

+ 1 - 1
snap/snapcraft.yaml

@@ -1,6 +1,6 @@
 name: home-assistant-configurator
 base: core20 
-version: '0.4.0'
+version: '0.4.1'
 summary: Configuration UI for Home Assistant
 description: |
   The HASS-Configurator is a small webapp (you access it via web browser) that provides a filesystem-browser and text-editor to modify files on the machine the configurator is running on. It has been created to allow easy configuration of Home Assistant. It is powered by Ace editor, which supports syntax highlighting for various code/markup languages. YAML files (the default language for Home Assistant configuration files) will be automatically checked for syntax errors while editing.