Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 434d098

Browse files
author
Gordon Hall
committed
update snap.yaml
1 parent bf6e3f1 commit 434d098

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
*.snap
2+
parts/
3+
stage/
4+
prime/
15
node_modules/
26
coverage/
37
*.swp

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: storjshare
2-
version: master
2+
version: 3.1.0
33
summary: farm data on the Storj network.
44
description: |
55
Earn money by sharing your hard drive space.
66
Daemon + CLI for farming data on the Storj network.
77
8-
grade: devel # must be 'stable' to release into candidate/stable channels
8+
grade: stable
99
confinement: strict
1010

1111
apps:

0 commit comments

Comments
 (0)