Skip to content

Commit

Permalink
Bumping version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Aug 12, 2021
1 parent 43a743e commit ec7481e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ on [Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.a
<dependency>
<groupId>com.github.alexdlaird</groupId>
<artifactId>java-ngrok</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
```

#### Gradle

```groovy
implementation 'com.github.alexdlaird:java-ngrok:0.0.3'
implementation 'com.github.alexdlaird:java-ngrok:0.0.4'
```

If we want `ngrok` to be available from the command line, [pyngrok](https://github.com/alexdlaird/pyngrok) can be
Expand Down

0 comments on commit ec7481e

Please sign in to comment.