Skip to content

Commit

Permalink
Fix visual novel Anime source (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Jun 10, 2022
1 parent ff838c9 commit f700791
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>com.kttdevelopment</groupId>
<artifactId>mal4j</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>

<profiles>
<profile>
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
*
* @see AnimePreview#getSource()
* @since 1.0.0
* @version 2.8.0
* @version 2.8.1
* @author Katsute
*/
@SuppressWarnings("SpellCheckingInspection")
@@ -52,7 +52,7 @@ public enum AnimeSource {
DigitalManga ("digital_manga"),
Novel ("novel"),
LightNovel ("light_novel"),
VisualNovel ("visual_nodel"),
VisualNovel ("visual_novel"),
Game ("game"),
CardGame ("card_game"),
Book ("book"),

0 comments on commit f700791

Please sign in to comment.