Актуализировал версию godfather

This commit is contained in:
Struchkov Mark 2022-07-13 20:40:25 +03:00
parent 1a6c801e9c
commit a95db60945
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<groupId>dev.struchkov.godfather</groupId>
<artifactId>telegram-bot</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
<packaging>pom</packaging>
<modules>
@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<godfather.core.ver>0.0.9</godfather.core.ver>
<godfather.core.ver>0.0.10</godfather.core.ver>
<telegrambots.ver>6.1.0</telegrambots.ver>
<plugin.maven.compiler.ver>3.10.1</plugin.maven.compiler.ver>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>telegram-bot</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</parent>
<artifactId>telegram-core</artifactId>