Skip to content

Commit 999f453

Browse files
committed
Release 2.1
1 parent 215be26 commit 999f453

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
@@ -9,7 +9,7 @@ plugins {
99

1010
group 'io.github.notstirred'
1111
archivesBaseName = "dasm"
12-
version '2.0.1'
12+
version '2.1.0'
1313

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

0 commit comments

Comments
 (0)