Skip to content

Commit

Permalink
release: v0.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Montaro2017 committed Jan 5, 2025
1 parent 4a430b2 commit 163c6c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitee/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
- type: textarea
attributes:
label: 版本号
placeholder: 0.2.28
placeholder: 0.2.29
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:bili_novel_packer/pack_argument.dart';
import 'package:console/console.dart';

const String gitUrl = "https://github.com/Montaro2017/bili_novel_packer";
const String version = "0.2.28";
const String version = "0.2.29";

void main(List<String> args) async {
printWelcome();
Expand Down
2 changes: 1 addition & 1 deletion compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
del build /q /s /f
rd build /q /s
mkdir build
dart compile exe bin/main.dart -o ./build/bili_novel_packer-0.2.28.exe
dart compile exe bin/main.dart -o ./build/bili_novel_packer-0.2.29.exe
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bili_novel_packer
description: A sample command-line application.
version: 0.2.28
version: 0.2.29

environment:
sdk: '>3.0.0 <3.6.0'
Expand Down

0 comments on commit 163c6c1

Please sign in to comment.