Skip to content

Commit

Permalink
Updates version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Nov 21, 2022
1 parent d958b73 commit b4400b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/Shared/Project-Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1.0.4
CURRENT_PROJECT_VERSION = 1.0.5
2 changes: 1 addition & 1 deletion Sources/CodegenCLI/Constants.swift
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit b4400b5

Please sign in to comment.