diff --git a/CHANGELOG.md b/CHANGELOG.md index c822057..e36d2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.1.13 - ????-??-?? - (??????) +## v0.1.13 - 2026-2-6 - (000113) ### Added diff --git a/lib/vars/statics_var.dart b/lib/vars/statics_var.dart index 0f2782f..89047d2 100644 --- a/lib/vars/statics_var.dart +++ b/lib/vars/statics_var.dart @@ -7,7 +7,7 @@ import 'package:just_audio/just_audio.dart'; @immutable class StaticsVar { static const String appName = 'Ar 学'; - static const int appVersion = 000112; + static const int appVersion = 000113; static const String modelPath = 'arabicLearning/tts/model/vits-piper-ar_JO-kareem-medium'; static const Map tempConfig = {"SelectedClasses": []}; static const Curve curve = Curves.easeInOut; diff --git a/pubspec.yaml b/pubspec.yaml index 7498b51..f55205f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.12+12 +version: 0.1.13+13 environment: sdk: ^3.9.2