diff --git a/instat/frmMain.Designer.vb b/instat/frmMain.Designer.vb
index c994302f7b8..bf79eb90918 100644
--- a/instat/frmMain.Designer.vb
+++ b/instat/frmMain.Designer.vb
@@ -5067,7 +5067,9 @@ Partial Class frmMain
Me.MainMenuStrip = Me.mnuBar
Me.Margin = New System.Windows.Forms.Padding(4)
Me.Name = "frmMain"
- Me.Text = "R-Instat .."
+ Me.Text = "R-Instat " + My.Application.Info.Version.Major.ToString + "." +
+ My.Application.Info.Version.Minor.ToString + "." +
+ My.Application.Info.Version.Build.ToString
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.stsStrip.ResumeLayout(False)
Me.stsStrip.PerformLayout()
diff --git a/instat/instat.vbproj b/instat/instat.vbproj
index a8c11a54f20..4c289e05e77 100644
--- a/instat/instat.vbproj
+++ b/instat/instat.vbproj
@@ -155,8 +155,8 @@
..\packages\R.NET.1.8.2\lib\netstandard2.0\RDotNet.dll
-
- ..\packages\RScript.1.0.10\lib\net461\RScript.dll
+
+ ..\packages\RScript.1.0.11\lib\net461\RScript.dll
..\packages\jacobslusser.ScintillaNET.3.6.3\lib\net40\ScintillaNET.dll
diff --git a/instat/packages.config b/instat/packages.config
index 5b768929e3d..e6ea1174ecd 100644
--- a/instat/packages.config
+++ b/instat/packages.config
@@ -11,7 +11,7 @@
-
+
diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db
index 2d8d33a1844..54df330d431 100644
Binary files a/instat/translations/rInstatTranslations.db and b/instat/translations/rInstatTranslations.db differ