Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Sep 12, 2017
1 parent 136e9d3 commit 4a76a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ Then, you can add dependencies for each helper module.
<dependency>
<groupId>me.lucko</groupId>
<artifactId>helper</artifactId>
<version>2.1.0</version>
<version>2.1.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -768,7 +768,7 @@ Then, you can add dependencies for each helper module.
#### Gradle
```gradle
dependencies {
compile ("me.lucko:helper:2.1.0")
compile ("me.lucko:helper:2.1.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>helper</artifactId>
<packaging>jar</packaging>
<version>2.1.1</version>
<version>2.1.2</version>

<name>helper</name>
<description>A utility to reduce boilerplate code in Bukkit plugins.</description>
Expand Down

0 comments on commit 4a76a8f

Please sign in to comment.