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 814bbc8 commit 77a5fb1Copy full SHA for 77a5fb1
README.md
@@ -18,7 +18,7 @@
18
19
## What's New? ##
20
21
- * The latest version ([1.2.3](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.2.3))
+ * The latest version ([1.2.4](https://github.com/Cornutum/regexp-gen/releases/tag/release-1.2.4))
22
is now available at the [Maven Central Repository](https://search.maven.org/search?q=regexp-gen).
23
24
## 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.4-SNAPSHOT</version>
+ <version>1.2.4</version>
11
12
<name>RegExpGen</name>
13
<description>Generates strings that match a regular expression</description>
0 commit comments