diff --git a/pom.xml b/pom.xml
index 6525331..124ae87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
dev.struchkov.godfather
telegram-bot
- 0.0.7
+ 0.0.8
pom
@@ -142,10 +142,10 @@
org.apache.maven.plugins
maven-compiler-plugin
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
org.apache.maven.plugins
maven-source-plugin
diff --git a/telegram-core/pom.xml b/telegram-core/pom.xml
index 34f6522..b17b9de 100644
--- a/telegram-core/pom.xml
+++ b/telegram-core/pom.xml
@@ -5,7 +5,7 @@
dev.struchkov.godfather
telegram-bot
- 0.0.7
+ 0.0.8
telegram-core
diff --git a/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java b/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java
index c314e37..b4f358a 100644
--- a/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java
+++ b/telegram-core/src/main/java/dev/struchkov/godfather/telegram/utils/InlineKeyBoards.java
@@ -119,7 +119,7 @@ public final class InlineKeyBoards {
/**
* Возвращает клавиатуру формата 1xN сформированную из списка кнопок, где N - количество кнопок в списке
*
- * @param simpleButtons Список кнопок
+ * @param buttons Список кнопок
* @return {@link SimpleKeyBoard}
*/
public static InlineKeyBoard verticalMenuButton(List buttons) {