Skip to content

Commit e20da1e

Browse files
committed
Release: 2.1.2
1 parent 77c75be commit e20da1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55
allprojects {
66
group = 'com.extendedclip.papi.expansion.javascript'
7-
version = '2.1.1'
7+
version = '2.1.2'
88
description = 'PAPI-Expansion-Javascript'
99
}
1010

evaluator-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'com.extendedclip.papi.expansion.javascript'
6-
version '2.1.1'
6+
version '2.1.2'
77

88
sourceCompatibility = 1.8
99
targetCompatibility = 1.8

evaluator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.extendedclip.papi.expansion.javascript'
7-
version '2.1.1'
7+
version '2.1.2'
88

99
sourceCompatibility = 1.8
1010
targetCompatibility = 1.8

expansion/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.extendedclip.papi.expansion.javascript'
8-
version '2.1.1'
8+
version '2.1.2'
99
archivesBaseName = "Javascript-Expansion"
1010

1111
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)