Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Bump doc version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 11, 2016
1 parent 21fc5b9 commit f353e14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyDescription("Abstractions for the Stormpath .NET SDK.")]
[assembly: AssemblyCompany("Stormpath, Inc.")]
[assembly: AssemblyCopyright("(c) 2016 Stormpath, Inc.")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyVersion("0.7.1")]
[assembly: AssemblyFileVersion("0.7.1")]

4 changes: 2 additions & 2 deletions doc/proxy/Stormpath.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyDescription("The official Stormpath SDK for .NET. Don't install this package directly; install the Stormpath.SDK package unless you are bringing your own JSON serializer and HTTP client plugins.")]
[assembly: AssemblyCompany("Stormpath, Inc.")]
[assembly: AssemblyCopyright("(c) 2016 Stormpath, Inc.")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyVersion("0.7.1")]
[assembly: AssemblyFileVersion("0.7.1")]

0 comments on commit f353e14

Please sign in to comment.