Skip to content

Commit f536b82

Browse files
committed
0.37.1
1 parent 0f3d378 commit f536b82

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.0"
3+
spec.version = "0.37.1"
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.0"
35+
static let version = "0.37.1"
3636

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

0 commit comments

Comments
 (0)