From 05b50ef1bb18d4f66002a106b5c36833fce73714 Mon Sep 17 00:00:00 2001 From: Yurii Torbyk Date: Fri, 17 Sep 2021 23:06:34 +0300 Subject: [PATCH] Release v1.0.0 --- README.md | 8 ++++---- composer.json | 2 +- config/app.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cb429b9..e5a157e 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,19 @@ Main features: Download the latest release into and make it executable: - curl -L https://github.com/ytorbyk/roost/releases/latest/download/roost.phar > /usr/local/bin/roost + curl -L https://github.com/findcanary/roost/releases/latest/download/roost.phar > /usr/local/bin/roost chmod +x /usr/local/bin/roost Optionally install autocomplete for all commands: # BASH - Ubuntu / Debian - curl -L https://raw.githubusercontent.com/ytorbyk/roost/master/roost.completion | sudo tee /etc/bash_completion.d/roost + curl -L https://raw.githubusercontent.com/findcanary/roost/master/roost.completion | sudo tee /etc/bash_completion.d/roost # BASH - Mac OSX (with Homebrew "bash-completion") - curl -L https://raw.githubusercontent.com/ytorbyk/roost/master/roost.completion > $(brew --prefix)/etc/bash_completion.d/roost + curl -L https://raw.githubusercontent.com/findcanary/roost/master/roost.completion > $(brew --prefix)/etc/bash_completion.d/roost # ZSH - Config file - curl -L https://raw.githubusercontent.com/ytorbyk/roost/master/roost.completion > ~/.roost_completion && echo "source ~/.roost_completion" >> ~/.zshrc + curl -L https://raw.githubusercontent.com/findcanary/roost/master/roost.completion > ~/.roost_completion && echo "source ~/.roost_completion" >> ~/.zshrc ## Configuration diff --git a/composer.json b/composer.json index dd6c3ee..481fe1c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "yurii/roost", + "name": "canary/roost", "description": "Helper for working with DB on macOS or linux.", "keywords": [ "magento", diff --git a/config/app.php b/config/app.php index 79790e7..5c3d92f 100644 --- a/config/app.php +++ b/config/app.php @@ -26,7 +26,7 @@ | */ - 'version' => '1.0.0-RC5', + 'version' => '1.0.0', /* |-------------------------------------------------------------------------- @@ -40,7 +40,7 @@ | */ - 'env' => 'development', + 'env' => 'production', /* |--------------------------------------------------------------------------