Skip to content

Commit b32d72c

Browse files
committed
feat: bump allay gradle to 0.2.0 and version to 0.1.2-SNAPSHOT
1 parent f22c63b commit b32d72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55
id("java-library")
66
id("com.vanniktech.maven.publish") version "0.34.0"
77
id("com.gradleup.shadow") version "9.2.2"
8-
id("org.allaymc.gradle.plugin") version "0.1.2"
8+
id("org.allaymc.gradle.plugin") version "0.2.0"
99
}
1010

1111
group = "org.allaymc"
12-
version = "0.1.1-SNAPSHOT"
12+
version = "0.1.2-SNAPSHOT"
1313
description = "The official placeholder api for Allay"
1414

1515
allay {

0 commit comments

Comments
 (0)