Skip to content

Commit

Permalink
Update version due to previous bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltasarq committed Sep 8, 2015
1 parent 1428da8 commit eaf1e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Colorado.Core {
public class AppInfo {
public const string Name = "Colorado";
public const string Version = "v1.0.1 20150831";
public const string Version = "v1.0.2 20150831";
public const string Author = "baltasarq@gmail.com";
public const string Website = "http://baltasarq.info/dev/";
public const string Comments = "A simple tool to view&edit CSV files";
Expand Down

0 comments on commit eaf1e45

Please sign in to comment.