Skip to content

Commit 84b7708

Browse files
committed
v0.13.1
1 parent da1d72e commit 84b7708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PCRE.NET
1212

1313
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.
1414

15-
The current version is **0.13.0**, based on PCRE **10.35**. It targets .NET Standard 2.0 and supports the following systems:
15+
The current version is **0.13.1**, based on PCRE **10.35**. It targets .NET Standard 2.0 and supports the following systems:
1616

1717
- Windows x64
1818
- Windows x86

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<Version>0.13.0</Version>
17+
<Version>0.13.1</Version>
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition="'$(NCrunch)' == '1'">

0 commit comments

Comments
 (0)