We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07302e7 commit c3df33dCopy full SHA for c3df33d
1 file changed
src/mixins/external-data.js
@@ -196,7 +196,7 @@ const mainCI = "https://ci.ender.zone/job/EssentialsX/";
196
const mainCIAPI = "https://ci-api.essentialsx.net/job/EssentialsX/";
197
const mirrorCI = "https://ci.lucko.me/job/EssentialsX/";
198
const moduleRegex = /EssentialsX([A-Za-z]+)/;
199
-const versionRegex = /EssentialsX[a-zA-Z]*-([0-9\.]+?(?:-dev\+[0-9]+)?(?:-([0-9a-fA-F]+?))?)\.jar/;
+const versionRegex = /EssentialsX[a-zA-Z]*-([0-9\.]+?(?:-(?:dev|rc|beta|alpha)\+[0-9]+)?(?:-([0-9a-fA-F]+?))?)\.jar/;
200
201
function getVersionFromArtifact(name) {
202
let m;
0 commit comments