Skip to content

Commit c2850f4

Browse files
committed
Fix version name
1 parent 244c80e commit c2850f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#Fri, 18 Dec 2020 21:30:33 +0000
1+
#Fri, 18 Dec 2020 22:36:56 +0100
22
kotlin.code.style=official
33
kotlin.incremental=false
44

55
GROUP=com.github.tschuchortdev
6-
VERSION_NAME=1.3.2-SNAPSHOT
6+
VERSION_NAME=1.3.3-SNAPSHOT
77
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
88
POM_INCEPTION_YEAR=2019
99
POM_URL=https\://github.com/tschuchortdev/kotlin-compile-testing

0 commit comments

Comments
 (0)