From e47f81ed98849d1bb25b722d9a1fd24dba228837 Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Wed, 30 Dec 2020 09:57:41 +0300 Subject: [PATCH] 0.18.7 --- FigmaExport.podspec | 2 +- Sources/FigmaExport/main.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FigmaExport.podspec b/FigmaExport.podspec index 1d11402c..22a81cc8 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.18.6" + spec.version = "0.18.7" 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 2ef0d298..aedd26d2 100644 --- a/Sources/FigmaExport/main.swift +++ b/Sources/FigmaExport/main.swift @@ -35,7 +35,7 @@ struct FigmaExportCommand: ParsableCommand { commandName: "figma-export", abstract: "Exports resources from Figma", discussion: "Exports resources (colors, icons, images) from Figma to Xcode / Android Studio project", - version: "0.18.6", + version: "0.18.7", subcommands: [ ExportColors.self, ExportIcons.self,