diff --git a/README.md b/README.md
index 567f59f..c47706f 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,7 @@ Repository options:
-u|--use <git|degit> Install and update the module using the defined tool. Default is
defined by zstyle ':zim:zmodule' use '<git|degit>', or git if none
is provided.
- git requires git to be installed. Local changes are preserved during
- updates.
+ git requires git itself. Local changes are preserved during updates.
degit requires curl or wget, and currently only works with GitHub
URLs. Modules install faster and take less disk space. Local changes
are lost during updates. Git submodules are not supported.
diff --git a/src/stage2/30_zmodule.zsh.erb b/src/stage2/30_zmodule.zsh.erb
index 9f04773..e3b2575 100644
--- a/src/stage2/30_zmodule.zsh.erb
+++ b/src/stage2/30_zmodule.zsh.erb
@@ -18,8 +18,7 @@ Repository options:
%B-u%b|%B--use%b <%%Bgit%b|%Bdegit%b> Install and update the module using the defined tool. Default is
defined by %Bzstyle ':zim:zmodule' use '%b<%%Bgit%b|%Bdegit%b>%B'%b, or %Bgit%b if none
is provided.
- %Bgit%b requires git to be installed. Local changes are preserved during
- updates.
+ %Bgit%b requires git itself. Local changes are preserved during updates.
%Bdegit%b requires curl or wget, and currently only works with GitHub
URLs. Modules install faster and take less disk space. Local changes
are lost during updates. Git submodules are not supported.
diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb
index ed83dd9..ee21b03 100644
--- a/src/zimfw.zsh.erb
+++ b/src/zimfw.zsh.erb
@@ -4,7 +4,7 @@ class Zim
:clear_line, :ellipsis, :okay, :warn, :error, :done, :failed
def initialize
- @version = "1.5.0"
+ @version = "1.5.1-SNAPSHOT"
@home = "${ZDOTDIR:-${HOME}}"
@min_zsh_version = "5.2"
@startup_files_glob = ".z(shenv|profile|shrc|login|logout)"
diff --git a/zimfw.zsh b/zimfw.zsh
index 5843f68..b4b3856 100644
--- a/zimfw.zsh
+++ b/zimfw.zsh
@@ -124,8 +124,7 @@ Repository options:
%B-u%b|%B--use%b <%Bgit%b|%Bdegit%b> Install and update the module using the defined tool. Default is
defined by %Bzstyle ':zim:zmodule' use '%b<%Bgit%b|%Bdegit%b>%B'%b, or %Bgit%b if none
is provided.
- %Bgit%b requires git to be installed. Local changes are preserved during
- updates.
+ %Bgit%b requires git itself. Local changes are preserved during updates.
%Bdegit%b requires curl or wget, and currently only works with GitHub
URLs. Modules install faster and take less disk space. Local changes
are lost during updates. Git submodules are not supported.
@@ -339,7 +338,7 @@ _zimfw_compile() {
}
_zimfw_info() {
- print -R 'zimfw version: '${_zversion}' (built at 2021-08-10 14:52:54 UTC, previous commit is 35cd6f5)'
+ print -R 'zimfw version: '${_zversion}' (built at 2021-08-25 21:04:22 UTC, previous commit is e89793c)'
print -R 'ZIM_HOME: '${ZIM_HOME}
print -R 'Zsh version: '${ZSH_VERSION}
print -R 'System info: '$(command uname -a)