Skip to content

Commit 1d75504

Browse files
committed
version 1.2.7
1 parent 36d68cb commit 1d75504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/request/api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Api {
44
static const String domain = HttpString.baseUrl + '/';
55
static const String animeList = 'https://d1zquzjgwo9yb.cloudfront.net/';
66
static const String videoAPI = 'https://v.anime1.me/api';
7-
static const String version = '1.2.6';
7+
static const String version = '1.2.7';
88
static const String sourceUrl = "https://github.com/Predidit/oneAnime";
99
static const String aniDanmakuAPI = "https://ani.gamer.com.tw/ajax/danmuGet.php";
1010
static const String aniSearch = "https://ani.gamer.com.tw/search.php";

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: 1.2.6+1
19+
version: 1.2.7+1
2020

2121
environment:
2222
sdk: '>=3.2.6 <4.0.0'

0 commit comments

Comments
 (0)