Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vaperion authored Jul 13, 2021
1 parent d01cf49 commit c09f2a6
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 @@ -23,7 +23,7 @@ Maven
<dependency>
<groupId>com.github.vaperion</groupId>
<artifactId>blade</artifactId>
<version>1.2.1</version>
<version>1.2.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -38,7 +38,7 @@ allprojects {
}
dependencies {
implementation 'com.github.vaperion:blade:1.2.1'
implementation 'com.github.vaperion:blade:1.2.4'
}
```

Expand Down Expand Up @@ -172,4 +172,4 @@ public class CustomTabCompleter implements TabCompleter, Listener {
});
}
}
```
```

0 comments on commit c09f2a6

Please sign in to comment.