Skip to content

Commit a4e7601

Browse files
committed
Updated the processor version
1 parent bbea135 commit a4e7601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.jamplate'
9-
version '0.2.0x'
9+
version '0.2.2'
1010

1111
repositories {
1212
mavenCentral()
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation 'org.jamplate:processor:0.2.1'
19+
implementation 'org.jamplate:processor:0.2.2'
2020
}
2121

2222
pluginBundle {

0 commit comments

Comments
 (0)