Skip to content

Commit

Permalink
Release version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjamesr committed Jun 9, 2020
1 parent 83ae537 commit fc1af61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you're using Maven, you can use the following snippet in your `pom.xml` to ge
<dependency>
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
cobertura.coverageFormats = ['html', 'xml']

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

wrapper {
gradleVersion '4.9'
Expand Down

0 comments on commit fc1af61

Please sign in to comment.