diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc89e3..13f4d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v?.?.? - ????-??-?? - (??????) +## v1.0.0 - 2026-3-18 - (100000) ### Added diff --git a/lib/oss_licenses.dart b/lib/oss_licenses.dart index afff4e2..5381783 100644 --- a/lib/oss_licenses.dart +++ b/lib/oss_licenses.dart @@ -40563,12 +40563,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.''', ); -/// arabic_learning 0.1.13+13 +/// arabic_learning 1.0.0+14 const _arabic_learning = Package( name: 'arabic_learning', description: '一个用于记背阿拉伯语单词的学习软件。', authors: [], - version: '0.1.13+13', + version: '1.0.0+14', spdxIdentifiers: ['AGPL-3.0'], isMarkdown: false, isSdk: false, diff --git a/lib/vars/statics_var.dart b/lib/vars/statics_var.dart index 4b02be1..0cb968f 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 = 000113; + static const int appVersion = 100000; static const String modelPath = 'arabicLearning/tts/model/vits-piper-ar_JO-kareem-medium'; static const Map tempConfig = {"SelectedClasses": []}; static const Curve curve = Curves.fastEaseInToSlowEaseOut; diff --git a/pubspec.yaml b/pubspec.yaml index 9bf97d3..e304e8d 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.13+13 +version: 1.0.0+14 environment: sdk: ^3.11.0