diff --git a/FigmaExport.podspec b/FigmaExport.podspec index cf43d3c..89c0b96 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 346cfb7..0e58f84 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()