Skip to content

Commit 414d694

Browse files
committed
chore: v0.3.1 へのバージョン更新と開発版に関する注記の追加
- pubspec.yaml および lib/oss_licenses.dart のバージョンを 0.3.1 に更新 - alpha タグを削除し、プレビュー版から通常バージョン表記へ移行 - README / README.ja.md に「0.x 系は常に開発版である」旨の注記を追加 - oss_licenses.dart 内の微細なフォーマット調整
1 parent b5f0d2e commit 414d694

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Forge Flutter Client
22

3-
[![Version](https://img.shields.io/badge/version-v0.3.0--alpha-orange)](https://github.com/fal-114514/forge-flutter)
3+
[![Version](https://img.shields.io/badge/version-v0.3.1-orange)](https://github.com/fal-114514/forge-flutter)
44
[![Platform](https://img.shields.io/badge/platform-Windows-blue)](https://github.com/fal-114514/forge-flutter)
55
[![License](https://img.shields.io/badge/license-zlib-green)](LICENSE)
66

@@ -60,7 +60,7 @@ Forge Flutter Client は、[Forge Classic Neo](https://github.com/Haoming02/sd-w
6060
6161
## コントリビューション
6262

63-
本プロジェクトは現在 **アルファ版** です。未実装の機能やバグが存在する可能性があります
63+
本プロジェクトは現在活発に開発中です。**0.x 系のバージョンは常に開発版(プレビュー版)として扱われ**、破壊的な変更が行われる可能性があります。皆様からのフィードバックやプロジェクトへの貢献を歓迎します
6464

6565
- Issue でのバグ報告や機能提案
6666
- プルリクエストによる改善

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Forge Flutter Client
22

3-
[![Version](https://img.shields.io/badge/version-v0.3.0--alpha-orange)](https://github.com/fal-114514/forge-flutter)
3+
[![Version](https://img.shields.io/badge/version-v0.3.1-orange)](https://github.com/fal-114514/forge-flutter)
44
[![Platform](https://img.shields.io/badge/platform-Windows-blue)](https://github.com/fal-114514/forge-flutter)
55
[![License](https://img.shields.io/badge/license-zlib-green)](LICENSE)
66

@@ -59,7 +59,7 @@ New to Forge Flutter Client? See the [Quick Start Guide](docs/QUICKSTART.md) for
5959
6060
## Contribution
6161

62-
This project is currently in **alpha**. Contributions are very welcome!
62+
This project is currently in active development. Please note that **all 0.x versions are considered development versions**, and major changes may occur. Contributions are very welcome!
6363

6464
- Bug reports & Feature requests via Issues
6565
- Pull Requests

lib/oss_licenses.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6738,12 +6738,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67386738
SOFTWARE.''',
67396739
);
67406740

6741-
/// forge_flutter 0.3.0-alpha+1
6741+
/// forge_flutter 0.3.1
67426742
const _forge_flutter = Package(
67436743
name: 'forge_flutter',
67446744
description: 'A lightweight desktop client for Forge Classic Neo.',
67456745
authors: [],
6746-
version: '0.3.0-alpha+1',
6746+
version: '0.3.1',
67476747
spdxIdentifiers: ['Zlib'],
67486748
isMarkdown: false,
67496749
isSdk: false,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.3.0-alpha+1
19+
version: 0.3.1
2020

2121
environment:
2222
sdk: ^3.11.0

0 commit comments

Comments
 (0)