Skip to content

Commit 99cc150

Browse files
committed
docs: バージョンを変更
1 parent d1edf47 commit 99cc150

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
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.1.0--alpha-orange)](https://github.com/fal-114514/forge-flutter)
3+
[![Version](https://img.shields.io/badge/version-v0.2.0--alpha-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-MIT-green)](LICENSE)
66

README.md

Lines changed: 1 addition & 1 deletion
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.1.0--alpha-orange)](https://github.com/fal-114514/forge-flutter)
3+
[![Version](https://img.shields.io/badge/version-v0.2.0--alpha-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-MIT-green)](LICENSE)
66

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.1.0+1
6741+
/// forge_flutter 0.2.0-alpha+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.1.0+1',
6746+
version: '0.2.0-alpha+1',
67476747
spdxIdentifiers: ['MIT'],
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.1.0+1
19+
version: 0.2.0-alpha+1
2020

2121
environment:
2222
sdk: ^3.11.0

0 commit comments

Comments
 (0)