From da6f3c7712d399575646084216d1d529112aec0e Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Sun, 14 Feb 2021 12:48:51 +0300 Subject: [PATCH] 0.19.0 --- FigmaExport.podspec | 2 +- Sources/FigmaExport/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FigmaExport.podspec b/FigmaExport.podspec index cf43d3c7..89c0b967 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.18.9" + spec.version = "0.19.0" 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 346cfb70..0e58f84c 100644 --- a/Sources/FigmaExport/main.swift +++ b/Sources/FigmaExport/main.swift @@ -27,7 +27,7 @@ enum FigmaExportError: LocalizedError { struct FigmaExportCommand: ParsableCommand { - static let version = "0.18.9" + static let version = "0.19.0" static let svgFileConverter = VectorDrawableConverter() static let fileWritter = FileWritter()