diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b4fd038..1d37c33 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -8,7 +8,7 @@ # Snap author: Ioannis Polyzos name: direnv -version: 'v2.19.1' +version: 'v2.19.2' summary: direnv Snap package description: | direnv is an environment switcher for the shell. It knows how to hook into bash, zsh, tcsh, fish shell and elvish to load or unload environment variables depending on the current directory. This allows project-specific environment variables without cluttering the ~/.profile file.