Skip to content

Commit ac9dd9d

Browse files
committed
0.38.3
1 parent 177e39c commit ac9dd9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FigmaExport.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FigmaExport"
3-
spec.version = "0.38.1"
3+
spec.version = "0.38.3"
44
spec.summary = "Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project."
55
spec.homepage = "https://github.com/RedMadRobot/figma-export"
66
spec.license = { type: "MIT", file: "LICENSE" }

Sources/FigmaExport/FigmaExportCommand.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum FigmaExportError: LocalizedError {
3232
@main
3333
struct FigmaExportCommand: ParsableCommand {
3434

35-
static let version = "0.38.1"
35+
static let version = "0.38.3"
3636

3737
static let svgFileConverter = VectorDrawableConverter()
3838
static let fileWriter = FileWriter()

0 commit comments

Comments
 (0)