Skip to content

Commit bc791cf

Browse files
committedDec 22, 2022
Bump version to 1.21.0
1 parent 1817fb3 commit bc791cf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎dist/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ const semver = __importStar(__nccwpck_require__(1383));
540540
const core = __importStar(__nccwpck_require__(2186));
541541
const os_1 = __nccwpck_require__(1855);
542542
const VERSIONS_LIST = [
543+
["5.7.2", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
543544
["5.7.1", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
544545
["5.7", [os_1.OS.MacOS, os_1.OS.Ubuntu]],
545546
["5.6.3", os_1.OS.all()],

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-swift",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "Set up GitHub Actions workflow with Swift support",
55
"private": true,
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)