From a0aed7b2636d827ba33f7e9fd0fdb6b790cd280a Mon Sep 17 00:00:00 2001 From: Arthur Alves Date: Thu, 26 Oct 2023 13:07:01 +0200 Subject: [PATCH] chore: version bump to 1.2.1 --- Sources/Variants/main.swift | 2 +- docs/GITHUB_ACTION.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Variants/main.swift b/Sources/Variants/main.swift index 84ca839..642535b 100644 --- a/Sources/Variants/main.swift +++ b/Sources/Variants/main.swift @@ -12,7 +12,7 @@ struct Variants: ParsableCommand { static var configuration = CommandConfiguration( commandName: "variants", abstract: "A command-line tool to setup deployment variants and working CI/CD setup", - version: "1.2.0", + version: "1.2.1", subcommands: [ Initializer.self, Setup.self, diff --git a/docs/GITHUB_ACTION.md b/docs/GITHUB_ACTION.md index f0f5ca0..1aaf02d 100644 --- a/docs/GITHUB_ACTION.md +++ b/docs/GITHUB_ACTION.md @@ -11,7 +11,7 @@ If Github Actions is your CI and you use the [Github-hosted macOS runner](https: ```yaml - uses: backbase/variants@main with: - version: 1.2.0 + version: 1.2.1 spec: variants.yml platform: ios variant: beta