Skip to content

Commit ed82dc3

Browse files
committed
Release 1.1.0
1 parent a9b845f commit ed82dc3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/SimpleExceptionHandling/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747

4848
[assembly: CLSCompliant(true)]
4949

50-
[assembly: AssemblyVersion("1.0.1")]
51-
[assembly: AssemblyInformationalVersion("1.0.1")]
50+
[assembly: AssemblyVersion("1.1.0")]
51+
[assembly: AssemblyInformationalVersion("1.1.0")]

src/SimpleExceptionHandling/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.1.0",
33
"title": "Simple Exception Handling",
44
"description": "Library that helps developers to handle exceptions outside catch blocks. Typical usages are global exception handlers.",
55
"authors": [ "João Simões" ],

0 commit comments

Comments
 (0)