Skip to content

Commit 90ef6b7

Browse files
committed
0.37.6
1 parent 6c566c3 commit 90ef6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FigmaExport.podspec

Lines changed: 1 addition & 1 deletion
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.37.4"
3+
spec.version = "0.37.6"
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

Lines changed: 1 addition & 1 deletion
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.37.4"
35+
static let version = "0.37.6"
3636

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

0 commit comments

Comments
 (0)