Skip to content

Commit

Permalink
Merge pull request #1289 from Ordisoftware/dev
Browse files Browse the repository at this point in the history
Update file
  • Loading branch information
Ordisoftware authored Mar 3, 2023
2 parents 99db15c + 2087bc6 commit 1e7bd9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Project/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion Project/Source/Common/Hebrew/Database/HebrewDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// You may add additional accurate notices of copyright ownership.
/// </license>
/// <created> 2021-05 </created>
/// <edited> 2022-11 </edited>
/// <edited> 2023-03 </edited>
namespace Ordisoftware.Hebrew;

public partial class HebrewDatabase : SQLiteDatabase
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Setup/OrdisoftwareHebrewCalendarSetup.iss
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1e7bd9c

Please sign in to comment.