From fec913bff0c51f3b47cd0ada94f060496606727c Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Sun, 27 Sep 2020 11:21:21 +0300 Subject: [PATCH] 0.16.1 --- FigmaExport.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FigmaExport.podspec b/FigmaExport.podspec index 7fc535ee..693d4e57 100644 --- a/FigmaExport.podspec +++ b/FigmaExport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "FigmaExport" - spec.version = "0.16.0" + spec.version = "0.16.1" 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" }