From 18037963a2df58ee5be8a0e6fe117be0740c2c76 Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Wed, 26 Jul 2023 23:29:24 +0300 Subject: [PATCH] 0.37.2 --- FigmaExport.podspec | 2 +- Sources/FigmaExport/FigmaExportCommand.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FigmaExport.podspec b/FigmaExport.podspec index 832dfc5..1e16ccc 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.37.1" + spec.version = "0.37.2" 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 6153dda..e9a82e5 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.1" + static let version = "0.37.2" static let svgFileConverter = VectorDrawableConverter() static let fileWriter = FileWriter()