Skip to content

Commit

Permalink
Prepare 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Jul 30, 2018
1 parent fe2444a commit 4d46559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![build artifacts](https://jitpack.io/v/clubobsidian/Trident.svg)](https://jitpack.io/#clubobsidian/Trident)
[![codecov](https://codecov.io/gh/ClubObsidian/Trident/branch/master/graph/badge.svg)](https://codecov.io/gh/ClubObsidian/Trident)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[Javadocs](https://jitpack.io/com/github/clubobsidian/Trident/1.0.4/javadoc/)
[Javadocs](https://jitpack.io/com/github/clubobsidian/Trident/1.0.5/javadoc/)

A dead simpile annotation event system that allows different event executor implementations.

Expand All @@ -24,7 +24,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
compile 'com.github.clubobsidian:Trident:1.0.4'
compile 'com.github.clubobsidian:Trident:1.0.5'
```

### Maven
Expand All @@ -40,7 +40,7 @@ compile 'com.github.clubobsidian:Trident:1.0.4'
<dependency>
<groupId>com.github.clubobsidian</groupId>
<artifactId>Trident</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>
```

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/clubobsidian/trident/Cancellable.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
public interface Cancellable {

public boolean isCancelled();
public void setCancelled(boolean cancel);
}

0 comments on commit 4d46559

Please sign in to comment.