From b4400b5034e0651a82419a1633e4eaac4e888369 Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Mon, 21 Nov 2022 13:37:23 -0800 Subject: [PATCH] Updates version numbers --- Configuration/Shared/Project-Version.xcconfig | 2 +- Sources/CodegenCLI/Constants.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/Shared/Project-Version.xcconfig b/Configuration/Shared/Project-Version.xcconfig index 8450f02c81..fae923211b 100644 --- a/Configuration/Shared/Project-Version.xcconfig +++ b/Configuration/Shared/Project-Version.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 1.0.4 +CURRENT_PROJECT_VERSION = 1.0.5 diff --git a/Sources/CodegenCLI/Constants.swift b/Sources/CodegenCLI/Constants.swift index e676484c13..611d8a03d7 100644 --- a/Sources/CodegenCLI/Constants.swift +++ b/Sources/CodegenCLI/Constants.swift @@ -1,6 +1,6 @@ import Foundation public enum Constants { - public static let CLIVersion: String = "1.0.4" + public static let CLIVersion: String = "1.0.5" static let defaultFilePath: String = "./apollo-codegen-config.json" }