From a4ce5c1e098958db1dcb0da174cb82f458b2e9ed Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Mon, 5 Feb 2024 19:46:17 +0300 Subject: [PATCH] 0.37.4 --- FigmaExport.podspec | 2 +- Sources/FigmaExport/FigmaExportCommand.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FigmaExport.podspec b/FigmaExport.podspec index 8636eefa..60fa84f3 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.37.3" + spec.version = "0.37.4" spec.summary = "Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project." spec.homepage = "https://github.com/RedMadRobot/figma-export" spec.license = { type: "MIT", file: "LICENSE" } diff --git a/Sources/FigmaExport/FigmaExportCommand.swift b/Sources/FigmaExport/FigmaExportCommand.swift index 60a9a577..357c93e6 100644 --- a/Sources/FigmaExport/FigmaExportCommand.swift +++ b/Sources/FigmaExport/FigmaExportCommand.swift @@ -32,7 +32,7 @@ enum FigmaExportError: LocalizedError { @main struct FigmaExportCommand: ParsableCommand { - static let version = "0.37.3" + static let version = "0.37.4" static let svgFileConverter = VectorDrawableConverter() static let fileWriter = FileWriter()