Skip to content

Commit e99bc8d

Browse files
Merge pull request #74 from OctagonalStar/dev
tag v1.0.0
2 parents d9968c1 + e25f5fe commit e99bc8d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

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

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

55
### Added
66

lib/oss_licenses.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40563,12 +40563,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4056340563
SOFTWARE.''',
4056440564
);
4056540565

40566-
/// arabic_learning 0.1.13+13
40566+
/// arabic_learning 1.0.0+14
4056740567
const _arabic_learning = Package(
4056840568
name: 'arabic_learning',
4056940569
description: '一个用于记背阿拉伯语单词的学习软件。',
4057040570
authors: [],
40571-
version: '0.1.13+13',
40571+
version: '1.0.0+14',
4057240572
spdxIdentifiers: ['AGPL-3.0'],
4057340573
isMarkdown: false,
4057440574
isSdk: false,

lib/vars/statics_var.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:just_audio/just_audio.dart';
77
@immutable
88
class StaticsVar {
99
static const String appName = 'Ar 学';
10-
static const int appVersion = 000113;
10+
static const int appVersion = 100000;
1111
static const String modelPath = 'arabicLearning/tts/model/vits-piper-ar_JO-kareem-medium';
1212
static const Map<String, dynamic> tempConfig = {"SelectedClasses": []};
1313
static const Curve curve = Curves.fastEaseInToSlowEaseOut;

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.13+13
19+
version: 1.0.0+14
2020

2121
environment:
2222
sdk: ^3.11.0

0 commit comments

Comments
 (0)