Skip to content

Commit

Permalink
Release v0.3.3 candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Apr 23, 2014
1 parent 83ff498 commit 627cf88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### New in 0.3.3 (Released 2014/04/22)
* Add methods to retrieve a team's members and to check if a user is a member of a team - #449 via @kzu
* Add OAuth web flow methods - #462 via @haacked

### New in 0.3.2 (Released 2014/04/16)
* Allow passing a parameter to the Patch method - #440 via @nigel-sampson
* Remove the redundant Team suffix from ITeamsClient - #451 via @kzu
Expand Down
6 changes: 3 additions & 3 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using System.Runtime.InteropServices;

[assembly: AssemblyProductAttribute("Octokit")]
[assembly: AssemblyVersionAttribute("0.3.2")]
[assembly: AssemblyFileVersionAttribute("0.3.2")]
[assembly: AssemblyVersionAttribute("0.3.3")]
[assembly: AssemblyFileVersionAttribute("0.3.3")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.3.2";
internal const string Version = "0.3.3";
}
}

0 comments on commit 627cf88

Please sign in to comment.