Skip to content

Commit

Permalink
Release 13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex committed Oct 29, 2020
1 parent 07e9405 commit b4da6f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ShareX.Setup/WindowsStore/AppxManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="https://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="https://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="https://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="https://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:rescap="https://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="https://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop2="https://schemas.microsoft.com/appx/manifest/desktop/windows10/2" IgnorableNamespaces="desktop2">
<Identity Name="19568ShareX.ShareX" ProcessorArchitecture="x64" Publisher="CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version="13.2.1.0" />
<Identity Name="19568ShareX.ShareX" ProcessorArchitecture="x64" Publisher="CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version="13.3.0.0" />
<Properties>
<DisplayName>ShareX</DisplayName>
<PublisherDisplayName>ShareX Team</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion ShareX/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static string VersionText

public static string TitleLong => $"{Title} ({Build})";

public static bool Dev { get; } = true;
public static bool Dev { get; } = false;
public static bool MultiInstance { get; private set; }
public static bool Portable { get; private set; }
public static bool PortableApps { get; private set; }
Expand Down
4 changes: 2 additions & 2 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ You should have received a copy of the GNU General Public License
[assembly: AssemblyProduct("ShareX")]
[assembly: AssemblyCopyright("Copyright (c) 2007-2020 ShareX Team")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("13.2.2")]
[assembly: AssemblyFileVersion("13.2.2")]
[assembly: AssemblyVersion("13.3.0")]
[assembly: AssemblyFileVersion("13.3.0")]

0 comments on commit b4da6f6

Please sign in to comment.