mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Update version number and update documentation
* Improve handling of submodules at upgrade (#284, #285, #293) * Improve Zsh completions (#292, #298) * Use stderr for error messages (#297)
This commit is contained in:
4
yadm
4
yadm
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
# yadm - Yet Another Dotfiles Manager
|
||||
# Copyright (C) 2015-2020 Tim Byrne
|
||||
# Copyright (C) 2015-2021 Tim Byrne
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -20,7 +20,7 @@ if [ -z "$BASH_VERSION" ]; then
|
||||
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
|
||||
fi
|
||||
|
||||
VERSION=3.0.0
|
||||
VERSION=3.0.1
|
||||
|
||||
YADM_WORK="$HOME"
|
||||
YADM_DIR=
|
||||
|
||||
Reference in New Issue
Block a user