diff --git a/README.md b/README.md
index ce087b2..6f571e2 100644
--- a/README.md
+++ b/README.md
@@ -18,16 +18,19 @@ Now add one of compile line below:
```gradle
dependencies {
- // For 0.1 Bukkit:
- compile 'com.github.GameModsBR.KotlinFun:BukkitPlugin:0.1'
+ // For 0.2 Spigot:
+ compile 'com.github.GameModsBR.KotlinFun:SpigotPlugin:0.2'
- // For 0.1 BungeeCord:
- compile 'com.github.GameModsBR.KotlinFun:BungeePlugin:0.1'
+ // For 0.2 Bukkit:
+ compile 'com.github.GameModsBR.KotlinFun:BukkitPlugin:0.2'
- // For 0.1 Universal:
- compile 'com.github.GameModsBR.KotlinFun:UniversalPlugin:0.1'
+ // For 0.2 BungeeCord:
+ compile 'com.github.GameModsBR.KotlinFun:BungeePlugin:0.2'
- // For 0.2-SNAPSHOT (includes everything)
+ // For 0.2 Universal:
+ compile 'com.github.GameModsBR.KotlinFun:UniversalPlugin:0.2'
+
+ // For 0.3-SNAPSHOT (includes everything)
compile 'com.github.GameModsBR:KotlinFun:master-SNAPSHOT'
}
@@ -53,7 +56,7 @@ Add this repository to your main `pom.xml`
jitpack.io
- https://jitpack.io
+ https://jitpack.io
```
@@ -62,28 +65,35 @@ Now add one of the depedencies below:
```xml
-
+
+
+ com.github.GameModsBR.KotlinFun
+ SpigotPlugin
+ 0.2
+
+
+
com.github.GameModsBR.KotlinFun
BukkitPlugin
- 0.1
+ 0.2
-
+
com.github.GameModsBR.KotlinFun
BungeePlugin
- 0.1
+ 0.2
-
+
com.github.GameModsBR.KotlinFun
UniversalPlugin
- 0.1
+ 0.2
-
+
com.github.GameModsBR
KotlinFun
@@ -99,7 +109,7 @@ If you want to work with a different Bukkit/BungeeCord version then add a exclus
com.github.GameModsBR.KotlinFun
BukkitPlugin
- 0.1
+ 0.2
org.bukkit
@@ -111,7 +121,7 @@ If you want to work with a different Bukkit/BungeeCord version then add a exclus
com.github.GameModsBR.KotlinFun
BungeePlugin
- 0.1
+ 0.2
net.md-5
diff --git a/build.gradle b/build.gradle
index 153a000..78677d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
allprojects {
group 'br.com.gamemods.kotlinfun'
- version '0.2-SNAPSHOT'
+ version '0.2'
apply plugin: 'kotlin'