Skip to content

Commit

Permalink
Bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
diva committed May 30, 2016
1 parent 5b17480 commit 984d20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon-modules/00DivaInterfaces/Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ namespace Diva.Interfaces
{
public class Info
{
public const string VersionNumber = "4";
public const string VersionNumber = "5";
}
}
2 changes: 1 addition & 1 deletion addon-modules/21Wifi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace Diva.Wifi
{
class Info
{
public const string VersionNumber = "12";
public const string VersionNumber = "13";

public static string AssemblyDirectory
{
Expand Down

0 comments on commit 984d20f

Please sign in to comment.