From 41269b913c37c384f91f3ac3225ffa376f3769e4 Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Sun, 24 Oct 2021 22:51:55 +0300 Subject: [PATCH] 0.30.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 bacc9843..f8031ec7 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.29.0" + spec.version = "0.30.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 8da23408..bc627a60 100644 --- a/Sources/FigmaExport/main.swift +++ b/Sources/FigmaExport/main.swift @@ -28,7 +28,7 @@ enum FigmaExportError: LocalizedError { struct FigmaExportCommand: ParsableCommand { - static let version = "0.29.0" + static let version = "0.30.0" static let svgFileConverter = VectorDrawableConverter() static let fileWriter = FileWriter()