From 0959480f6d8cb71a0cb4cc732145942b4d21a4bf Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Wed, 12 Jan 2022 18:46:27 +0300 Subject: [PATCH] 0.31.6 --- FigmaExport.podspec | 2 +- Sources/FigmaExport/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FigmaExport.podspec b/FigmaExport.podspec index cd6c5c1a..3c84dfd9 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.31.5" + spec.version = "0.31.6" 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 1c33444b..d35f0ba6 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.31.5" + static let version = "0.31.6" static let svgFileConverter = VectorDrawableConverter() static let fileWriter = FileWriter()