Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed May 7, 2019
1 parent 327f19f commit 55daa8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PCRE.NET

PCRE.NET is a .NET wrapper for the [PCRE library](http://www.pcre.org/). The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible.

The current version on the *master* branch is **0.10.0**, based on PCRE **10.33**. It targets .NET Standard 2.0 and supports the following systems:
The current version on the *master* branch is **0.10.1**, based on PCRE **10.33**. It targets .NET Standard 2.0 and supports the following systems:

- Windows x64
- Windows x86
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.10.0</Version>
<Version>0.10.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 55daa8e

Please sign in to comment.