Skip to content

Commit 264193f

Browse files
committed
build: tag v0.1.11
FK release immutability Signed-off-by: OctagonalStar <[email protected]>
1 parent 19f0aac commit 264193f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.1.10 - 2025-11-28 - (000110)
3+
## v0.1.11 - 2025-11-28 - (000111)
44

55
### Added
66

lib/vars/statics_var.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ import 'package:just_audio/just_audio.dart';
66

77
class StaticsVar {
88
static const String appName = 'Ar 学';
9-
static const int appVersion = 000110;
9+
static const int appVersion = 000111;
1010
static const String modelPath = 'arabicLearning/tts/model/vits-piper-ar_JO-kareem-medium';
1111
static const Map<String, dynamic> tempConfig = {"SelectedClasses": []};
12-
static const String onlineDictOwner = 'JYinherit';
13-
static const String onlineDictRepo = 'Arabiclearning';
14-
static const String onlineDictPath = '词库';
1512
static const Curve curve = Curves.easeInOut;
1613
static const String arBackupFont = "Vazirmatn";
1714
static const String zhBackupFont = "NotoSansSC";

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.10+10
19+
version: 0.1.11+11
2020

2121
environment:
2222
sdk: ^3.9.2

0 commit comments

Comments
 (0)