Skip to content

Commit 673f78b

Browse files
committed
Prepared next release
1 parent 0be5467 commit 673f78b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

appx_dependencies/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" xmlns:desktop3="http://schemas.microsoft.com/appx/manifest/desktop/windows10/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:wincap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3" IgnorableNamespaces="uap4 wincap3 rescap3 desktop2 desktop3 com">
3-
<Identity Name="114BerndBestel.grocy" ProcessorArchitecture="x64" Publisher="CN=C011A26B-8E34-4944-8530-1F7912402C77" Version="2.12.1.0" />
3+
<Identity Name="114BerndBestel.grocy" ProcessorArchitecture="x64" Publisher="CN=C011A26B-8E34-4944-8530-1F7912402C77" Version="2.13.0.0" />
44
<Properties>
55
<DisplayName>Grocy</DisplayName>
66
<PublisherDisplayName>Bernd Bestel</PublisherDisplayName>

grocy-desktop-setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" Name="Grocy Desktop" Language="1033" Version="2.12.1.0" Manufacturer="Bernd Bestel" UpgradeCode="78f7234c-0724-4b82-8ff7-4ca0e8761871">
3+
<Product Id="*" Name="Grocy Desktop" Language="1033" Version="2.13.0.0" Manufacturer="Bernd Bestel" UpgradeCode="78f7234c-0724-4b82-8ff7-4ca0e8761871">
44
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="ERP beyond your fridge" Manufacturer="Bernd Bestel" />
55

66
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />

grocy-desktop/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.12.1.0")]
35-
[assembly: AssemblyFileVersion("2.12.1.0")]
34+
[assembly: AssemblyVersion("2.13.0.0")]
35+
[assembly: AssemblyFileVersion("2.13.0.0")]

0 commit comments

Comments
 (0)