Skip to content

Commit

Permalink
Bumped to version 0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mroach committed Oct 7, 2013
1 parent 5c00453 commit 15d5e2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0.0 (2013-10-07)

* Added a HttpModule which can be used to catch exceptions


## 0.1.7.0 (2013-09-16)

* Added 'test' rake task to run nuspec
Expand Down Expand Up @@ -47,4 +52,4 @@

## 0.1.0.0 (2013-04-23)

* Initial release. Testing out nuget
* Initial release. Testing out nuget
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7.0
0.2.0.0
2 changes: 1 addition & 1 deletion src/RollbarSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[assembly: AssemblyTitle("RollbarSharp")]
[assembly: AssemblyDescription("RollbarSharp")]
[assembly: AssemblyProduct("RollbarSharp")]
[assembly: AssemblyVersion("0.1.7.0")]
[assembly: AssemblyVersion("0.2.0.0")]
2 changes: 1 addition & 1 deletion src/RollbarSharp/RollbarHttpModule.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Web;

namespace RollbarSharp
Expand Down

0 comments on commit 15d5e2e

Please sign in to comment.