Update changelog, bump version number
This commit is contained in:
parent
d86060a814
commit
45e299cc90
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
0.3.1 2024-07-13: Refactor, new docs page, make cache refresh lazier
|
||||
0.3.0 2024-07-11: "Enter packages to install/uninstall" resolution strategy
|
||||
0.2.1 2024-07-10: Rename package_resolution.sh, document package conflicts
|
||||
0.2.0 2024-07-10: Implement "uninstall/instal all" package resolution strategies
|
||||
0.1.1 2024-07-07: Handle missing tori.conf and invalid installation root path
|
||||
|
|
2
tori
2
tori
|
@ -2,7 +2,7 @@
|
|||
|
||||
main() {
|
||||
# paths
|
||||
VERSION="0.3.0 2024-07-11"
|
||||
VERSION="0.3.1 2024-07-13"
|
||||
TORI_ROOT="$HOME/.local/share/tori"
|
||||
CONFIG_ROOT="$HOME/.config/tori"
|
||||
TMP_DIR="/tmp/tori"
|
||||
|
|
Loading…
Reference in a new issue