Skip to content

Commit

Permalink
0.37.6
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan committed Feb 9, 2024
1 parent 6c566c3 commit 90ef6b7
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.37.4"
spec.version = "0.37.6"
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/FigmaExportCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enum FigmaExportError: LocalizedError {
@main
struct FigmaExportCommand: ParsableCommand {

static let version = "0.37.4"
static let version = "0.37.6"

static let svgFileConverter = VectorDrawableConverter()
static let fileWriter = FileWriter()
Expand Down

0 comments on commit 90ef6b7

Please sign in to comment.