docs(changelog): update changelog and version number

pull/18/head v1.2.1
Kevin Zhuang 4 years ago
parent b1c9f96b66
commit f8f577f24a

@ -2,7 +2,7 @@
Noteble changes are documentated in this file.
## dev
## 1.2.1 (09/07/2020)
### Added

@ -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.0"
export DOTBARE_VERSION="v1.2.1"
export DOTBARE_DIFF_PAGER="${DOTBARE_DIFF_PAGER:-$(git config core.pager || echo 'cat')}"

Loading…
Cancel
Save