diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe16e5..e00ae03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Noteble changes are documentated in this file. -## dev +## 1.3.0 (04/08/2020) ### Added diff --git a/helper/set_variable.sh b/helper/set_variable.sh index 60c4da7..18491f2 100644 --- a/helper/set_variable.sh +++ b/helper/set_variable.sh @@ -15,7 +15,7 @@ export DOTBARE_DIR="${DOTBARE_DIR:-$HOME/.cfg/}" export DOTBARE_TREE="${DOTBARE_TREE:-$HOME}" export DOTBARE_BACKUP="${DOTBARE_BACKUP:-${XDG_DATA_HOME:-$HOME/.local/share}/dotbare}" -export DOTBARE_VERSION="v1.2.3" +export DOTBARE_VERSION="v1.3.0" export DOTBARE_DIFF_PAGER="${DOTBARE_DIFF_PAGER:-$(git config core.pager || echo 'cat')}"