Skip to content

Commit

Permalink
add network-observe interface for snap (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Apr 30, 2023
1 parent 17543dc commit dbeab99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shoutrrr
base: core22
version: '0.6.1'
version: '0.7.1'
summary: Sending notifications made easy.
description: |
Shoutrrr is a way of making the sending of notifications easy by standardizing it.
Expand All @@ -14,12 +14,12 @@ source-code: https://github.com/containrrr/shoutrrr
type: app
compression: lzo

plugs:
- network

apps:
shoutrrr:
command: bin/shoutrrr
plugs:
- network
- network-observe

parts:
shoutrrr:
Expand Down

0 comments on commit dbeab99

Please sign in to comment.