diff --git a/Cargo.toml b/Cargo.toml index 98cb271..6adf1c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] -name = "ripgrep" -version = "15.1.0" #:version -authors = ["Andrew Gallant "] +name = "rgs" +version = "0.1.0" #:version +authors = [ + "Andrew Gallant ", + "Peisong Xiao ", +] description = """ ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern while respecting gitignore rules. ripgrep has diff --git a/pkg/brew/ripgrep-bin.rb b/pkg/brew/ripgrep-bin.rb index 3b9aa32..9c3e811 100644 --- a/pkg/brew/ripgrep-bin.rb +++ b/pkg/brew/ripgrep-bin.rb @@ -1,5 +1,5 @@ class RipgrepBin < Formula - version '15.0.0' + version '0.1.0' desc "Recursively search directories for a regex pattern." homepage "https://github.com/BurntSushi/ripgrep"