Skip to content

Commit afa5d9d

Browse files
chore: 2.1.0.8
1 parent 652e8aa commit afa5d9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Radar/ConfigUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,6 @@ private static void About()
503503
if (!tabObjectKind) return;
504504
ImGui.Text("本插件原作者: akira0245");
505505
ImGui.Text("目前重构及维护: KirisameVanilla");
506-
ImGui.Text("目前版本: 2.1.0.7");
506+
ImGui.Text("目前版本: 2.1.0.8");
507507
}
508508
}

Radar/Radar.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<LangVersion>11.0</LangVersion>
1616
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1717
<Authors>akira0245, KirisameVanilla</Authors>
18-
<Version>2.1.0.7</Version>
18+
<Version>2.1.0.8</Version>
1919
<DalamudLibPath Condition=" '$(Configuration)' == 'SE'">$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
2020
<DalamudLibPath Condition=" '$(Configuration)' == 'SQ'">$(appdata)\XIVLauncherCN\addon\Hooks\dev\</DalamudLibPath>
2121
<DalamudLibPath Condition=" '$(Configuration)' == 'Debug'">$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>

0 commit comments

Comments
 (0)