Skip to content

Commit

Permalink
Updated version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Craxy authored and Craxy committed Mar 29, 2015
1 parent 7b4f79c commit 00109c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ToggleTrafficLights/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
#if DEBUG
[assembly: AssemblyVersion("0.3.0.*")]
[assembly: AssemblyFileVersion("0.3.0.*")]
[assembly: AssemblyVersion("0.3.1.*")]
[assembly: AssemblyFileVersion("0.3.1.*")]
#else
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyVersion("0.3.1")]
[assembly: AssemblyFileVersion("0.3.1")]
#endif

0 comments on commit 00109c6

Please sign in to comment.