-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fixed build version to
20240212
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @Date : 2024-01-19 00:55:40 | ||
* @Author : HanskiJay | ||
* @LastEditors : HanskiJay | ||
* @LastEditTime : 2024-02-10 00:17:12 | ||
* @LastEditTime : 2024-02-12 21:26:01 | ||
* @E-Mail : [email protected] | ||
* @Telegram : https://t.me/HanskiJay | ||
* @GitHub : https://github.com/Tommy131 | ||
|
@@ -70,7 +70,7 @@ void main() async { | |
/// 主程序类 | ||
class Application { | ||
static const String appName = 'Taskify'; | ||
static const int buildVersion = 20240210; | ||
static const int buildVersion = 20240212; | ||
static const String versionName = '0.0.4'; | ||
static const String author = 'Jay Hanski'; | ||
static const String description = 'A free app developed by HanskiJay'; | ||
|