From 3a9caf8a4b7441748ce35c8c5baa33581decaf10 Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Wed, 20 Oct 2021 23:22:12 +1100 Subject: [PATCH] Update version to 2.0.0 --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index ebaea04..6622593 100644 --- a/action.js +++ b/action.js @@ -4,7 +4,7 @@ const path = require('path') const artifact = require('././.action/artifact') const fs = require('fs') -const scxVersion = '1.4.0' +const scxVersion = '2.0.0' const outputPath = '.build/xcframework-zipfile.url' core.setCommandEcho(true)