From 06e0c85341cfd8104a62ee3ed583c0bc4d5575f8 Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Sat, 4 May 2024 12:37:28 +0800 Subject: [PATCH] version 1.0.5 --- lib/request/api.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/request/api.dart b/lib/request/api.dart index d2c4f26..d1183d8 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -319,7 +319,7 @@ class Api { 'https://api.github.com/repos/Predidit/BiliNeo/releases/latest'; // 当前版本 - static const String version = '1.0.4'; + static const String version = '1.0.5'; static const sourceUrl = "https://github.com/Predidit/BiliNeo"; diff --git a/pubspec.yaml b/pubspec.yaml index 1e20144..d6660f4 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: 1.0.4+1 +version: 1.0.5+1 environment: sdk: '>=3.2.6 <4.0.0'