Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKikuchi committed Oct 19, 2016
1 parent aef6dcf commit 448d1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.kaikk.mc</groupId>
<artifactId>BetterKits</artifactId>
<version>0.9</version>
<version>0.9.1</version>
<licenses>
<license>
<name>GPL v3 License</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class PluginInfo {
public static final String id = "betterkits";
public static final String name = "BetterKits";
public static final String version = "0.9";
public static final String version = "0.9.1";
public static final String description = "";

private PluginInfo(){}
Expand Down

0 comments on commit 448d1c8

Please sign in to comment.