Browse Source

Version bump

Joachim M. Giæver 2 years ago
parent
commit
48f535cd20
2 changed files with 4 additions and 6 deletions
  1. 3 5
      snap/hooks/post-refresh
  2. 1 1
      snap/snapcraft.yaml

+ 3 - 5
snap/hooks/post-refresh

@@ -1,7 +1,5 @@
 #!/usr/bin/env bash
 
-CC=$SNAP_DATA/custom_components
-
-echo "Copyied data to Home Assistant:"
-echo "From:     $SNAP/hacs -"
-echo "To:       $CC/hacs"
+# if snapctl is-connected components; then
+#     source "${SNAP}/snap/hooks/connect-plug-custom_components"
+# fi

+ 1 - 1
snap/snapcraft.yaml

@@ -1,6 +1,6 @@
 name: home-assistant-hacs
 base: core20
-version: '1.16.0'
+version: '1.17.1'
 summary: Home Assistant Community Store 
 description: |
   Manage (Install, track, upgrade) and discover custom elements for Home Assistant directly from the UI.