Skip to content

Commit

Permalink
Change version to 0.10.02
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrsuder committed Jul 30, 2019
1 parent 239d453 commit 1b20631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IEU.Core/IEU.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public enum WebpPreset
[ProtoContract]
public class IEU : ReactiveObject
{
public readonly string AppVersion = "0.9.01";
public readonly string AppVersion = "0.10.02";
public readonly string GitHubRepoName = "IEU.Core";

public static Dictionary<TiffCompression, string> TiffCompressionModes = new Dictionary<TiffCompression, string>()
Expand Down

0 comments on commit 1b20631

Please sign in to comment.