Skip to content

Commit 5bed04d

Browse files
committed
release: 2.5.1
1 parent 4e7125e commit 5bed04d

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 '2.5.0'
13+
version '2.5.1'
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)