From c909492fd4ab9831d4e55ff1890dd857eec4be3c Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Fri, 25 Feb 2022 12:17:27 +0300 Subject: [PATCH] 0.32.2 --- FigmaExport.podspec | 2 +- Sources/FigmaExport/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FigmaExport.podspec b/FigmaExport.podspec index d2cc32f0..4d808cbc 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.32.1" + spec.version = "0.32.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/main.swift b/Sources/FigmaExport/main.swift index a63ff1a9..df0d0d91 100644 --- a/Sources/FigmaExport/main.swift +++ b/Sources/FigmaExport/main.swift @@ -31,7 +31,7 @@ enum FigmaExportError: LocalizedError { struct FigmaExportCommand: ParsableCommand { - static let version = "0.32.1" + static let version = "0.32.2" static let svgFileConverter = VectorDrawableConverter() static let fileWriter = FileWriter()