Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v?.?.? - ????-??-?? - (??????)
## v1.0.0 - 2026-3-18 - (100000)

### Added

Expand Down
4 changes: 2 additions & 2 deletions lib/oss_licenses.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion lib/vars/statics_var.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, dynamic> tempConfig = {"SelectedClasses": []};
static const Curve curve = Curves.fastEaseInToSlowEaseOut;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading