Skip to content

Commit

Permalink
Update readme version info to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Aug 19, 2019
1 parent 72379b7 commit 3bd2e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Known Vulnerabilities](https://snyk.io//test/github/ClubObsidian/trident/badge.svg?targetFile=build.gradle)](https://snyk.io//test/github/ClubObsidian/trident?targetFile=build.gradle)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Discord](https://img.shields.io/discord/482823104905609248.svg?logo=discord)](https://discord.gg/EY5Tq6r)
[![javadocs](https://img.shields.io/badge/Javadocs-2.0.0-success.svg)](https://jitpack.io/com/github/clubobsidian/trident/2.0.0/javadoc/)
[![javadocs](https://img.shields.io/badge/Javadocs-2.0.1-success.svg)](https://jitpack.io/com/github/clubobsidian/trident/2.0.1/javadoc/)

A dead simpile annotation-based event bus that allows different event executor implementations.

Expand All @@ -33,7 +33,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
compile 'com.github.clubobsidian:trident:2.0.0'
compile 'com.github.clubobsidian:trident:2.0.1'
```

### Maven
Expand All @@ -49,7 +49,7 @@ compile 'com.github.clubobsidian:trident:2.0.0'
<dependency>
<groupId>com.github.clubobsidian</groupId>
<artifactId>trident</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

Expand Down

0 comments on commit 3bd2e00

Please sign in to comment.