From e4e73771757833c507ea8fd34a587c3bd9af0c6e Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Wed, 23 Dec 2020 20:57:57 +0000 Subject: [PATCH] Changes to fix errors --- .version | 2 +- README.md | 2 +- gopack.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 9036dc4..262a31f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -VERSION=0.0.1 \ No newline at end of file +VERSION=0.0.2 \ No newline at end of file diff --git a/README.md b/README.md index d09d8d1..c258feb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Installation =========== On linux, just run: ```console -adam@console~$ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/0.0.1/install.sh | sudo bash +adam@console~$ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/0.0.2/install.sh | sudo bash ``` Maintainers and Developers diff --git a/gopack.yml b/gopack.yml index befe894..5949712 100644 --- a/gopack.yml +++ b/gopack.yml @@ -3,5 +3,6 @@ packages: - gopkg.in/yaml.v2 - golang.org/x/crypto/bcrypt - github.com/joho/godotenv +- golang.org/x/term devpackages: - golang.org/x/sys/unix