Skip to content

Commit b9919a2

Browse files
committed
0.31.5
1 parent cf0ce2d commit b9919a2

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.31.4"
3+
spec.version = "0.31.5"
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/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ enum FigmaExportError: LocalizedError {
3131

3232
struct FigmaExportCommand: ParsableCommand {
3333

34-
static let version = "0.31.4"
34+
static let version = "0.31.5"
3535

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

0 commit comments

Comments
 (0)