diff --git a/CHANGELOG.md b/CHANGELOG.md index 141a1f8..8c93c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## 0.1.0 Under development +## 0.1.0 August 31, 2025 - Initial release diff --git a/README.md b/README.md index a77995a..10cd2ad 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The Yii2 Web Application Basic template provides a complete foundation for build **Quick start** ```bash -composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic app-basic +composer create-project --prefer-dist yii2-extensions/app-basic app-basic:^0.1 cd app-basic ``` diff --git a/composer.json b/composer.json index c96046c..6837a75 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,10 @@ "type": "project", "description": "Web Application Basic", "keywords": [ + "yii2-extensions", "application", "basic", - "web", - "yii2" + "web" ], "license": "BSD-3-Clause", "require": { @@ -57,7 +57,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.1-dev" + "dev-main": "0.2.x-dev" } }, "config": { diff --git a/docs/installation.md b/docs/installation.md index 01b2e85..1004315 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -18,7 +18,7 @@ Create a new project using the Yii App Basic template. ```bash -composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic app-basic +composer create-project --prefer-dist yii2-extensions/app-basic:^0.1 app-basic cd app-basic ``` @@ -26,7 +26,7 @@ cd app-basic 1. **Download the template**: ```bash -git clone https://github.com/yii2-extensions/app-basic.git app-basic +git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic cd app-basic ``` @@ -40,7 +40,7 @@ composer install Clone the repository and set up your project. ```bash -git clone https://github.com/yii2-extensions/app-basic.git app-basic +git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic cd app-basic rm -rf .git git init