Skip to content

Commit 6d240dc

Browse files
committed
release: 3.1.0
1 parent de7d973 commit 6d240dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.0.0'
13+
version '3.1.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.
@@ -257,4 +257,4 @@ public class ${testName}Output {
257257
}
258258
}
259259

260-
tasks.register('testTemplate', TestTemplate)
260+
tasks.register('testTemplate', TestTemplate)

0 commit comments

Comments
 (0)