diff --git a/Project/Properties/AssemblyInfo.cs b/Project/Properties/AssemblyInfo.cs
index 02090b8a3..4b20525b4 100644
--- a/Project/Properties/AssemblyInfo.cs
+++ b/Project/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: NeutralResourcesLanguage("en")]
-[assembly: AssemblyVersion("10.2.0.0")]
-[assembly: AssemblyFileVersion("10.2.0.0")]
+[assembly: AssemblyVersion("10.3.0.0")]
+[assembly: AssemblyFileVersion("10.3.0.0")]
diff --git a/Project/Source/Common/Hebrew/Database/HebrewDatabase.cs b/Project/Source/Common/Hebrew/Database/HebrewDatabase.cs
index f3d9425ee..4bbf947ac 100644
--- a/Project/Source/Common/Hebrew/Database/HebrewDatabase.cs
+++ b/Project/Source/Common/Hebrew/Database/HebrewDatabase.cs
@@ -11,7 +11,7 @@
/// You may add additional accurate notices of copyright ownership.
///
/// 2021-05
-/// 2022-11
+/// 2023-03
namespace Ordisoftware.Hebrew;
public partial class HebrewDatabase : SQLiteDatabase
diff --git a/README.md b/README.md
index ef7b1fc0f..17c1ba738 100644
--- a/README.md
+++ b/README.md
@@ -386,10 +386,11 @@ It is therefore possible to use [AutoHotKey](https://www.autohotkey.com) to defi
>- Check and fix weekly parashah generation with soukot.
>- Check and Fix reminder behavior with Sim'hat Torah.
-#### 2023.01.31 - Version 10.3
+#### 2023.03.05 - Version 10.3
- Add links for ancient-hebrew.org and mechanical-translation.org (website, search words and read verses online).
- Add links to study parashot and celebrations for yechiva.com and torathaim.net (french).
+- Fix first launch crash for Parashot table since v10.x
#### 2023.01.08 - Version 10.2
diff --git a/Setup/OrdisoftwareHebrewCalendarSetup.iss b/Setup/OrdisoftwareHebrewCalendarSetup.iss
index 117152642..bd6edbe14 100644
--- a/Setup/OrdisoftwareHebrewCalendarSetup.iss
+++ b/Setup/OrdisoftwareHebrewCalendarSetup.iss
@@ -1,4 +1,4 @@
-#define MyAppVersion "10.2"
+#define MyAppVersion "10.3"
#define MyAppName "Hebrew Calendar"
#define MyAppNameNoSpace "HebrewCalendar"
#define MyAppExeName "Ordisoftware.Hebrew.Calendar.exe"