We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddaf78c commit 192cd15Copy full SHA for 192cd15
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
group = "com.hcyacg"
16
-version = "1.7.5"
+version = "1.7.6"
17
18
repositories {
19
// mavenLocal()
src/main/kotlin/com/hcyacg/Pixiv.kt
@@ -33,7 +33,7 @@ object Pixiv : KotlinPlugin(
33
JvmPluginDescription(
34
id = "com.hcyacg.pixiv",
35
name = "pixiv插画",
36
- version = "1.7.5",
+ version = "1.7.6",
37
) {
38
author("Nekoer")
39
info("""pixiv插画""")
0 commit comments