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 5663603 commit 3d2dff6Copy full SHA for 3d2dff6
README.md
@@ -15,7 +15,7 @@
15
16
## What's New? ##
17
18
- * The latest version ([1.2.0](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.2.0))
+ * The latest version ([1.2.1](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.2.1))
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.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
11
12
<name>RegExpGen</name>
13
<description>Generates strings that match a regular expression</description>
0 commit comments