From 328445005a9043ad2b31f2418ff78d62af49e743 Mon Sep 17 00:00:00 2001 From: drodriguezhdez Date: Thu, 20 Feb 2020 17:04:03 +0100 Subject: [PATCH] Update gradle plugin version --- dist/index.js | 2 +- src/scope-for-gradle.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index d715551..3196cbd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5511,7 +5511,7 @@ const core = __importStar(__webpack_require__(310)); const executor = __importStar(__webpack_require__(826)); const exec = __importStar(__webpack_require__(230)); const SCOPE_AGENT_VERSION = "0.3.0"; -const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.0"; +const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.1-beta.1"; function run() { return __awaiter(this, void 0, void 0, function* () { try { diff --git a/src/scope-for-gradle.ts b/src/scope-for-gradle.ts index 7ccb010..334c23a 100644 --- a/src/scope-for-gradle.ts +++ b/src/scope-for-gradle.ts @@ -3,7 +3,7 @@ import * as executor from './executor' import * as exec from "@actions/exec"; const SCOPE_AGENT_VERSION = "0.3.0" -const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.0" +const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.1-beta.1" async function run() { try {