Skip to content

Commit 5c1c409

Browse files
committed
release 2.1.3
1 parent 12207ba commit 5c1c409

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.2'
7+
version = '2.1.3'
88
description = 'PAPI-Expansion-Javascript'
99

1010
apply(plugin: 'java')

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.2'
6+
version '2.1.3'
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.2'
7+
version '2.1.3'
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.2'
8+
version '2.1.3'
99
archivesBaseName = "Javascript-Expansion"
1010

1111
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)