We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cd7b4 commit f98d95fCopy full SHA for f98d95f
README.md
@@ -15,7 +15,7 @@
15
16
## What's New? ##
17
18
- * The latest version ([1.1.0](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.1.0))
+ * The latest version ([1.2.0](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.2.0))
19
is now available at the [Maven Central Repository](https://search.maven.org/search?q=regexp-gen).
20
21
## What Is It? ##
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>org.cornutum.regexp</groupId>
8
<artifactId>regexp-gen</artifactId>
9
<packaging>jar</packaging>
10
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.2.0</version>
11
12
<name>RegExpGen</name>
13
<description>Generates strings that match a regular expression</description>
0 commit comments