Skip to content

Commit

Permalink
Remove explicit version numbers from README
Browse files Browse the repository at this point in the history
Badges show current release version
  • Loading branch information
kdubb committed Feb 10, 2021
1 parent 7dd9b44 commit 259e2ad
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 @@ -76,14 +76,14 @@ Download [the latest .jar][dl] or depend via Maven:
<dependency>
<groupId>io.outfoxx</groupId>
<artifactId>typescriptpoet</artifactId>
<version>0.1.0</version>
<version>{RELEASE}</version>
</dependency>
```

or Gradle:

```groovy
compile 'io.outfoxx:typescriptpoet:0.1.0'
compile 'io.outfoxx:typescriptpoet:{RELEASE}'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down

0 comments on commit 259e2ad

Please sign in to comment.