From 099d82c7eb6eace19221520313da013c78fa6955 Mon Sep 17 00:00:00 2001 From: levasseur Date: Tue, 26 Oct 2021 18:14:53 +0200 Subject: [PATCH] version bumpd and doc correction --- doc/dev.md | 2 +- init.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev.md b/doc/dev.md index 7b5a243..9a029b7 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -274,7 +274,7 @@ accomplish that function. That function takes no parameters and any given parameters will be ignored. -#### 5.2.4. pkgrem \ +#### 5.2.4. pkgrm \ That function uninstalls using the package manager the packages given in parameters. The list of parameters are all considered as package names. diff --git a/init.sh b/init.sh index def690a..c5e821e 100755 --- a/init.sh +++ b/init.sh @@ -36,7 +36,7 @@ export LC_ALL=C export LANG=C # Version of init -export VERSION="0.99.10" +export VERSION="0.99.11" # Store script's path (realpath -s resolve symlinks if init.sh is a symlink) export MYPATH=$(dirname $(realpath -s $0))