From 6ee12d28d1fa0c974ad894b19529fdcf6fce5cb4 Mon Sep 17 00:00:00 2001 From: Kevin Zhuang Date: Tue, 25 Aug 2020 08:57:48 +1000 Subject: [PATCH] v1.3.1 Refer to CHANGELOG --- CHANGELOG.md | 7 +++++++ helper/set_variable.sh | 2 +- pkg/dotbare.brew | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00ae03..553da34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Noteble changes are documentated in this file. +## 1.3.1 (25/08/2020) + +### Fixed + +- dotbare with no args fails [#23](https://github.com/kazhala/dotbare/issues/23) +- some typos in help manual + ## 1.3.0 (04/08/2020) ### Added diff --git a/helper/set_variable.sh b/helper/set_variable.sh index 7bbfeb1..870b885 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.3.0" +export DOTBARE_VERSION="v1.3.1" export DOTBARE_DIFF_PAGER="${DOTBARE_DIFF_PAGER:-$(git config core.pager || echo 'cat')}" diff --git a/pkg/dotbare.brew b/pkg/dotbare.brew index 51745fd..96c9cea 100755 --- a/pkg/dotbare.brew +++ b/pkg/dotbare.brew @@ -1,4 +1,4 @@ #!/usr/bin/env bash -SCRIPT_DIR=/usr/local/Cellar/dotbare/1.3.0 +SCRIPT_DIR=/usr/local/Cellar/dotbare/1.3.1 ${SCRIPT_DIR}/dotbare "$@"