Skip to content

Commit 22d52c9

Browse files
committed
Fix javadoc issue. Bump to 2.0.1
1 parent eb3a2ac commit 22d52c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
group 'io.github.notstirred'
1111
archivesBaseName = "dasm"
12-
version '2.0.0-SNAPSHOT'
12+
version '2.0.1'
1313

1414
ext.ossrhUsername = project.findProperty("ossrhUsername") ?: "" // Enter in ~/.gradle/gradle.properties, not here.
1515
ext.ossrhPassword = project.findProperty("ossrhPassword") ?: "" // Enter in ~/.gradle/gradle.properties, not here.

src/api/java/io/github/notstirred/dasm/api/annotations/redirect/sets/RedirectSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* <li>An inner type must be an {@code interface} if its destination type is an {@code interface}</li>
2020
* <li>An inner type must be an {@code abstract class} if its destination type is an {@code abstract class}</li>
2121
* </ul>
22-
* <h3>Destination Type</h3>
22+
* <h2>Destination Type</h2>
2323
* A destination type is defined as a type <i>after</i> dasm redirects are applied eg:
2424
* <ul>
2525
* <li>A {@link TypeRedirect}'s dst type is {@link TypeRedirect#to()}</li>

0 commit comments

Comments
 (0)