diff --git a/package.json b/package.json index dc4a0bbc..ccf3ca3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monorepo-prettier-plugin-apex", - "version": "2.1.3", + "version": "2.1.4", "description": "Monorepo for the Prettier Apex project", "main": "index.js", "scripts": { diff --git a/packages/prettier-plugin-apex/package.json b/packages/prettier-plugin-apex/package.json index f521866b..f6c8162c 100644 --- a/packages/prettier-plugin-apex/package.json +++ b/packages/prettier-plugin-apex/package.json @@ -1,6 +1,6 @@ { "name": "prettier-plugin-apex", - "version": "2.1.3", + "version": "2.1.4", "description": "Salesforce Apex plugin for Prettier", "type": "module", "exports": "./dist/src/index.js", diff --git a/packages/prettier-plugin-apex/src/util.ts b/packages/prettier-plugin-apex/src/util.ts index 6e86c785..ea944fc4 100644 --- a/packages/prettier-plugin-apex/src/util.ts +++ b/packages/prettier-plugin-apex/src/util.ts @@ -278,7 +278,7 @@ interface NativeExecutable { export async function getNativeExecutable(): Promise { const { arch, platform } = process; // This will be bumped automatically when we run the release script for new versions - const version = "2.1.3"; + const version = "2.1.4"; const filename = `apex-ast-serializer-${version}-${platform}-${arch}${platform === "win32" ? ".exe" : ""}`; const serializerBin = await getSerializerBinDirectory(); const executableBin = nodePath.relative(