diff --git a/README.md b/README.md
index ce591c4..b36bfb2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,14 @@
A translation and transform tool for RimWorld Core and Mods!
+Supports all 26 languages of RimWorld.
+
+Interface languages:
+- English
+- 简体中文
+- 繁体中文
+- Русский
+
[Open Source Code](https://github.com/duduluu/RimTrans)
### Projects
@@ -12,6 +20,7 @@ A translation and transform tool for RimWorld Core and Mods!
### TODO
+- Custom function
- Internal Editor
- Backstories translation tool
- MediaWiki kit
diff --git a/RimTrans.Builder/Properties/AssemblyInfo.cs b/RimTrans.Builder/Properties/AssemblyInfo.cs
index fec64f4..8990400 100644
--- a/RimTrans.Builder/Properties/AssemblyInfo.cs
+++ b/RimTrans.Builder/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.17.1.1")]
-[assembly: AssemblyFileVersion("0.17.1.1")]
+[assembly: AssemblyVersion("0.17.1.2")]
+[assembly: AssemblyFileVersion("0.17.1.2")]
diff --git a/RimTrans.Lite/App.xaml b/RimTrans.Lite/App.xaml
index 4808ff7..eb1f0c3 100644
--- a/RimTrans.Lite/App.xaml
+++ b/RimTrans.Lite/App.xaml
@@ -33,6 +33,8 @@
+
+
diff --git a/RimTrans.Lite/Properties/AssemblyInfo.cs b/RimTrans.Lite/Properties/AssemblyInfo.cs
index b0174a7..f097457 100644
--- a/RimTrans.Lite/Properties/AssemblyInfo.cs
+++ b/RimTrans.Lite/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.17.1.1")]
-[assembly: AssemblyFileVersion("0.17.1.1")]
+[assembly: AssemblyVersion("0.17.1.2")]
+[assembly: AssemblyFileVersion("0.17.1.2")]
diff --git a/RimTrans.Lite/RimTrans.Lite.csproj b/RimTrans.Lite/RimTrans.Lite.csproj
index 782a43c..61d7b85 100644
--- a/RimTrans.Lite/RimTrans.Lite.csproj
+++ b/RimTrans.Lite/RimTrans.Lite.csproj
@@ -118,6 +118,14 @@
Designer
MSBuild:Compile
+
+ MSBuild:Compile
+ Designer
+
+
+ MSBuild:Compile
+ Designer
+
MSBuild:Compile
Designer
diff --git a/RimTrans.Lite/Windows/OptionsWindow.xaml b/RimTrans.Lite/Windows/OptionsWindow.xaml
index 7ca6964..eede764 100644
--- a/RimTrans.Lite/Windows/OptionsWindow.xaml
+++ b/RimTrans.Lite/Windows/OptionsWindow.xaml
@@ -58,6 +58,8 @@
+
+
diff --git a/RimTrans.Trans/Properties/AssemblyInfo.cs b/RimTrans.Trans/Properties/AssemblyInfo.cs
index 179bd39..60aff2e 100644
--- a/RimTrans.Trans/Properties/AssemblyInfo.cs
+++ b/RimTrans.Trans/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.17.1.1")]
-[assembly: AssemblyFileVersion("0.17.1.1")]
+[assembly: AssemblyVersion("0.17.1.2")]
+[assembly: AssemblyFileVersion("0.17.1.2")]