Skip to content

Commit fc1af61

Browse files
committed
Release version 1.4
1 parent 83ae537 commit fc1af61

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
@@ -74,7 +74,7 @@ If you're using Maven, you can use the following snippet in your `pom.xml` to ge
7474
<dependency>
7575
<groupId>com.google.re2j</groupId>
7676
<artifactId>re2j</artifactId>
77-
<version>1.3</version>
77+
<version>1.4</version>
7878
</dependency>
7979
```
8080

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
cobertura.coverageFormats = ['html', 'xml']
1616

1717
// The name of the release we're working on. See RELEASING.md for details.
18-
def versionName = '1.3'
18+
def versionName = '1.4'
1919

2020
wrapper {
2121
gradleVersion '4.9'

0 commit comments

Comments
 (0)