Skip to content

Commit

Permalink
Изменена версия
Browse files Browse the repository at this point in the history
  • Loading branch information
kalenchukov committed Oct 15, 2022
1 parent ae8095a commit 9056b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>dev.kalenchukov</groupId>
<artifactId>alphabet</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>

<name>Alphabet</name>
<description>Алфавиты языков мира</description>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/dev/kalenchukov/alphabet/Alphabetical.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public interface Alphabetical
/**
* Возвращает случайные буквы алфавита.
*
* @param count Количество букв.
* @return Коллекция букв алфавита.
*/
@Unmodifiable
Expand Down

0 comments on commit 9056b93

Please sign in to comment.