Skip to content

Commit c97b783

Browse files
chore: release 3.0.3
1 parent cf41ef8 commit c97b783

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Caelum.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<ApplicationManifest>app.manifest</ApplicationManifest>
1111
<AssemblyName>Caelum</AssemblyName>
1212
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
13-
<Version>3.0.2</Version>
14-
<AssemblyVersion>3.0.2.0</AssemblyVersion>
15-
<FileVersion>3.0.2.0</FileVersion>
16-
<InformationalVersion>3.0.2</InformationalVersion>
13+
<Version>3.0.3</Version>
14+
<AssemblyVersion>3.0.3.0</AssemblyVersion>
15+
<FileVersion>3.0.3.0</FileVersion>
16+
<InformationalVersion>3.0.3</InformationalVersion>
1717
<Authors>Learnmore_smart</Authors>
1818
<Company>Learnmore_smart</Company>
1919
<Product>Caelum</Product>

Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
55
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
6-
<Identity Name="WindowsNotesApp" Publisher="CN=Learnmore_smart" Version="3.0.2.0" />
6+
<Identity Name="WindowsNotesApp" Publisher="CN=Learnmore_smart" Version="3.0.3.0" />
77
<Properties>
88
<DisplayName>Caelum</DisplayName>
99
<PublisherDisplayName>Learnmore_smart</PublisherDisplayName>

installer.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
; Program Files installation, and an uninstaller.
44

55
#define MyAppName "Caelum"
6-
#define MyAppVersion "3.0.2"
6+
#define MyAppVersion "3.0.3"
77
#define MyAppPublisher "Learnmore_smart"
8-
#define MyAppURL "https://github.com/Learnmore-smart/Windows-Notes"
8+
#define MyAppURL "https://github.com/Learnmore-smart/Caelum"
99
#define MyAppExeName "Caelum.exe"
1010

1111
[Setup]

0 commit comments

Comments
 (0)