We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215be26 commit 999f453Copy full SHA for 999f453
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
10
group 'io.github.notstirred'
11
archivesBaseName = "dasm"
12
-version '2.0.1'
+version '2.1.0'
13
14
ext.ossrhUsername = project.findProperty("ossrhUsername") ?: "" // Enter in ~/.gradle/gradle.properties, not here.
15
ext.ossrhPassword = project.findProperty("ossrhPassword") ?: "" // Enter in ~/.gradle/gradle.properties, not here.
0 commit comments