Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Totopolis committed Dec 20, 2018
1 parent dc10f8e commit 9e0bd2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions KambanSolution/Kamban/Core/AppConfig.cs
Expand Up @@ -194,6 +194,8 @@ public async Task LoadOnlineContentAsync()

int tipCount = appConfig.Startup.Tips.Count;

// TODO: fix rotator

if (tipCount == 0 || appConfig.StartNumber == 1)
{
getStartedValue = appConfig.Startup.FirstStart;
Expand Down
4 changes: 2 additions & 2 deletions KambanSolution/Kamban/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5")]
[assembly: AssemblyFileVersion("0.5")]
[assembly: AssemblyVersion("0.6")]
[assembly: AssemblyFileVersion("0.6")]

0 comments on commit 9e0bd2d

Please sign in to comment.