Skip to content

Commit

Permalink
add correct interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyanyahya committed Apr 26, 2022
1 parent 6b4deee commit 140fa4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.8
0.3.9
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: freshenv
version: '0.3.8'
version: '0.3.9'
summary: A cli to provision and manage local developer environments.
description: |
A command line application to provision and manage local developer environments. Build and develop your projects in completely isolated environments. Save, switch and restart your environments. Choose from a wide variety of flavours to get the developer tools you need.
Expand All @@ -17,7 +17,7 @@ confinement: strict
apps:
freshenv:
command: bin/freshenv
plugs: [network]
plugs: [network, docker]
parts:
freshenv:
plugin: python
Expand Down

0 comments on commit 140fa4e

Please sign in to comment.