We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba859df commit d78f65aCopy full SHA for d78f65a
3 files changed
ExtraIsland/README.md
@@ -1,5 +1,5 @@
1
# ExtraIsland
2
-⌈R1.20⌋
+⌈R1.20fix1⌋
3
4
> 现已正式上架 ClassIsland v2!
5
ExtraIsland/SettingPages/MainSettingsPage.axaml
@@ -41,7 +41,7 @@
41
VerticalAlignment="Center" />
42
<TextBlock Margin="4 0 0 0">
43
<Run Text="ExtraIsland" FontSize="24" />
44
- <Run Text="R1.20" />
+ <Run Text="R1.20fix1" />
45
<LineBreak />
46
<Run Text="Copyright © 2024-2025 LiPolymer"/>
47
ExtraIsland/manifest.yml
@@ -3,7 +3,7 @@ name: ExtraIsland
description: 为ClassIsland提供多种扩展功能!
entranceAssembly: "ExtraIsland.dll"
url: https://github.com/LiPolymer/ExtraIsland
6
-version: 1.2.0.0
+version: 1.2.0.1
7
apiVersion: 2.0.0.0
8
author: LiPolymer
9
repoOwner: LiPolymer
0 commit comments