File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/api/java/io/github/notstirred/dasm/api/annotations/redirect/sets Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
10
10
group ' io.github.notstirred'
11
11
archivesBaseName = " dasm"
12
- version ' 2.0.0-SNAPSHOT '
12
+ version ' 2.0.1 '
13
13
14
14
ext. ossrhUsername = project. findProperty(" ossrhUsername" ) ?: " " // Enter in ~/.gradle/gradle.properties, not here.
15
15
ext. ossrhPassword = project. findProperty(" ossrhPassword" ) ?: " " // Enter in ~/.gradle/gradle.properties, not here.
Original file line number Diff line number Diff line change 19
19
* <li>An inner type must be an {@code interface} if its destination type is an {@code interface}</li>
20
20
* <li>An inner type must be an {@code abstract class} if its destination type is an {@code abstract class}</li>
21
21
* </ul>
22
- * <h3 >Destination Type</h3 >
22
+ * <h2 >Destination Type</h2 >
23
23
* A destination type is defined as a type <i>after</i> dasm redirects are applied eg:
24
24
* <ul>
25
25
* <li>A {@link TypeRedirect}'s dst type is {@link TypeRedirect#to()}</li>
You can’t perform that action at this time.
0 commit comments