From d73cefc28048fb8effcac66ec7c5191983aef037 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 30 Apr 2023 14:29:56 +0800 Subject: [PATCH] update readme and version --- README-en.md | 3 ++- README.md | 3 ++- src/SPC/ConsoleApplication.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README-en.md b/README-en.md index 77b60a49..a99699ec 100755 --- a/README-en.md +++ b/README-en.md @@ -11,7 +11,8 @@ This function is provided by [dixyes/phpmicro](https://github.com/dixyes/phpmicr [![Version](https://img.shields.io/badge/Version-2.0--beta1-green.svg?style=flat-square)]() [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]() -[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build.yml?branch=refactor&label=Actions%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) +[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build-linux-x86_64.yml?branch=refactor&label=Linux%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) +[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build-macos-x86_64.yml?branch=refactor&label=macOS%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) [![](https://img.shields.io/github/search/crazywhalecc/static-php-cli/TODO?label=TODO%20Counter&style=flat-square)]() ## Compilation Requirements diff --git a/README.md b/README.md index a2ae0ed3..e9508d89 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ If you are using English, see [English README](README-en.md). [![Version](https://img.shields.io/badge/Version-2.0--beta1-green.svg?style=flat-square)]() [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]() -[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build.yml?branch=refactor&label=Actions%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) +[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build-linux-x86_64.yml?branch=refactor&label=Linux%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) +[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build-macos-x86_64.yml?branch=refactor&label=macOS%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml) [![](https://img.shields.io/github/search/crazywhalecc/static-php-cli/TODO?label=TODO%20Counter&style=flat-square)]() ## 编译环境需求 diff --git a/src/SPC/ConsoleApplication.php b/src/SPC/ConsoleApplication.php index 73477b11..33862e3c 100644 --- a/src/SPC/ConsoleApplication.php +++ b/src/SPC/ConsoleApplication.php @@ -16,7 +16,7 @@ use Symfony\Component\Console\Command\ListCommand; */ class ConsoleApplication extends Application { - public const VERSION = '2.0-beta2'; + public const VERSION = '2.0-beta3'; /** * @throws \ReflectionException