diff --git a/README.md b/README.md index fd2ccc5..7c19674 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # burrow ![status](https://img.shields.io/badge/status-working-green.svg?style=flat-square) ![license](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat-square) ![bash](https://img.shields.io/badge/Bash-4%2B-lightgrey.svg?style=flat-square) -**burrow** is a helper for building and managing a gopher hole (in development). +**burrow** is a helper for building and managing a gopher hole. ## Installation diff --git a/burrow b/burrow index d8bb70b..9c102ea 100755 --- a/burrow +++ b/burrow @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# v0.1.0 +# v1.0.0rc shopt -s extglob configfiles="$HOME/.config/burrow/config $HOME/.config/burrow $HOME/.burrow" editor=${EDITOR:-vi} diff --git a/burrow.1 b/burrow.1 index c40e61f..56c5443 100644 --- a/burrow.1 +++ b/burrow.1 @@ -1,4 +1,4 @@ -.TH BURROW 1 "20 Jan 2018" "version 0.1.0" +.TH BURROW 1 "20 Jan 2018" "version 1.0.0rc" .SH NAME burrow \- a helper for building and managing a gopher hole .SH SYNOPSIS