Skip to content

Commit c84dbb9

Browse files
committed
release: 3.2.0
1 parent 3cdb712 commit c84dbb9

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
@@ -10,7 +10,7 @@ plugins {
1010

1111
group 'io.github.notstirred'
1212
archivesBaseName = "dasm"
13-
version '3.1.0'
13+
version '3.2.0'
1414

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

0 commit comments

Comments
 (0)