Skip to content

Commit

Permalink
Updating to version 2.2.1-Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Jun 17, 2014
1 parent 15d53cb commit 45b6061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenTok/Constants/OpenTokVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace OpenTokSDK.Constants
*/
class OpenTokVersion
{
private static string Version = "Opentok-DotNet-SDK/" + typeof(OpenTokVersion).Assembly.GetName().Version + "-development";
private static string Version = "Opentok-DotNet-SDK/" + typeof(OpenTokVersion).Assembly.GetName().Version;

public static string GetVersion()
{
Expand Down
2 changes: 1 addition & 1 deletion OpenTok/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.*")]
[assembly: AssemblyInformationalVersion("2.2.0-Alpha")]
[assembly: AssemblyInformationalVersion("2.2.1-Alpha")]

0 comments on commit 45b6061

Please sign in to comment.