Skip to content

Commit 185427f

Browse files
committed
0.18.4
1 parent 732c1c9 commit 185427f

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.18.3"
3+
spec.version = "0.18.4"
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
@@ -35,7 +35,7 @@ struct FigmaExportCommand: ParsableCommand {
3535
commandName: "figma-export",
3636
abstract: "Exports resources from Figma",
3737
discussion: "Exports resources (colors, icons, images) from Figma to Xcode / Android Studio project",
38-
version: "0.18.3",
38+
version: "0.18.4",
3939
subcommands: [
4040
ExportColors.self,
4141
ExportIcons.self,

0 commit comments

Comments
 (0)