Skip to content

Commit 0c87ea2

Browse files
no debug in test
1 parent 4b9d58a commit 0c87ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ tasks.named('jar', Jar).configure {
195195
attributes([
196196
'Specification-Title' : mod_id,
197197
'Specification-Vendor' : mod_authors,
198-
'Specification-Version' : '1.20.1 1.0', // We are version 1 of ourselves
198+
'Specification-Version' : '1.20.1 1.3', // We are version 1 of ourselves
199199
'Implementation-Title' : project.name,
200200
'Implementation-Version' : project.jar.archiveVersion,
201201
'Implementation-Vendor' : mod_authors,

0 commit comments

Comments
 (0)