File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/.vitepress/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ export const githubReleaseUrl =
3737 */
3838export const allReleaseAssets = ( ) : $ReleaseAsset [ ] => {
3939 const assets : $ReleaseAsset [ ] = [ ] ;
40- /// android 3.250110 .0
41- assets . push ( ...tmp_android_2 ( "3.250110 .0" ) ) ;
40+ /// android 3.250122 .0
41+ assets . push ( ...tmp_android_2 ( "3.250122 .0" ) ) ;
4242 /// android 3.241220.0
4343 assets . push ( ...tmp_android_2 ( "3.241220.0" ) ) ;
4444 /// android 3.240803.0
@@ -55,8 +55,8 @@ export const allReleaseAssets = (): $ReleaseAsset[] => {
5555
5656export const latestReleaseAssets = ( ) : $ReleaseAsset [ ] => {
5757 const assets : $ReleaseAsset [ ] = [ ] ;
58- /// android 3.241220 .0
59- assets . push ( ...tmp_android_2 ( "3.250110 .0" ) ) ;
58+ /// android 3.250122 .0
59+ assets . push ( ...tmp_android_2 ( "3.250122 .0" ) ) ;
6060 /// desktop 3.12.1906
6161 assets . push ( ...tmp_dekstop_1 ( "3.12.1906" ) ) ;
6262
You can’t perform that action at this time.
0 commit comments