Skip to content

Commit

Permalink
0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan committed Nov 30, 2020
1 parent 732c1c9 commit 185427f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FigmaExport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FigmaExport"
spec.version = "0.18.3"
spec.version = "0.18.4"
spec.summary = "Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project."
spec.homepage = "https://github.com/RedMadRobot/figma-export"
spec.license = { type: "MIT", file: "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/FigmaExport/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct FigmaExportCommand: ParsableCommand {
commandName: "figma-export",
abstract: "Exports resources from Figma",
discussion: "Exports resources (colors, icons, images) from Figma to Xcode / Android Studio project",
version: "0.18.3",
version: "0.18.4",
subcommands: [
ExportColors.self,
ExportIcons.self,
Expand Down

0 comments on commit 185427f

Please sign in to comment.