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 3cdb712 commit c84dbb9Copy full SHA for c84dbb9
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
11
group 'io.github.notstirred'
12
archivesBaseName = "dasm"
13
-version '3.1.0'
+version '3.2.0'
14
15
ext.ossrhUsername = project.findProperty("ossrhUsername") ?: "" // Enter in ~/.gradle/gradle.properties, not here.
16
ext.ossrhPassword = project.findProperty("ossrhPassword") ?: "" // Enter in ~/.gradle/gradle.properties, not here.
0 commit comments