diff --git a/Changes b/Changes index 521546c..18f8c17 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for App-Rak {{$NEXT}} +0.0.10 2022-07-15T23:39:04+02:00 + - Up dependency on "Edit::Files" in code as well :-( + 0.0.9 2022-07-15T23:29:55+02:00 - Up dependency on "Edit::Files" to get nvim support - Add support for --pattern, allowing pattern to be saved with --save diff --git a/META6.json b/META6.json index 03761b2..12dee53 100644 --- a/META6.json +++ b/META6.json @@ -31,5 +31,5 @@ ], "test-depends": [ ], - "version": "0.0.9" + "version": "0.0.10" } diff --git a/lib/App/Rak.rakumod b/lib/App/Rak.rakumod index 3dd0e44..805793a 100644 --- a/lib/App/Rak.rakumod +++ b/lib/App/Rak.rakumod @@ -2,7 +2,7 @@ use highlighter:ver<0.0.9>:auth; use Files::Containing:ver<0.0.10>:auth; use as-cli-arguments:ver<0.0.3>:auth; -use Edit::Files:ver<0.0.2>:auth; +use Edit::Files:ver<0.0.3>:auth; use JSON::Fast:ver<0.17>:auth; # Defaults for highlighting on terminals