From d25cd7c8436e8209b8cdf1fa21a9d9449f956541 Mon Sep 17 00:00:00 2001 From: Tom Lord Date: Wed, 4 Mar 2015 12:50:05 +0000 Subject: [PATCH] Version bump (v1.0.1) Fixed negated named properties (with capital P) e.g. /\P{Space}/.examples --- lib/regexp-examples/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/regexp-examples/version.rb b/lib/regexp-examples/version.rb index 2d329fb..84c54b8 100644 --- a/lib/regexp-examples/version.rb +++ b/lib/regexp-examples/version.rb @@ -1,3 +1,3 @@ module RegexpExamples - VERSION = '1.0.0' + VERSION = '1.0.1' end