From ab789c35aa3f6b2854cce11accf6b9c92051b79b Mon Sep 17 00:00:00 2001 From: Timur Shafigullin Date: Wed, 17 Jan 2024 13:51:41 +0300 Subject: [PATCH] Release 2.0.0-beta.15 --- Makefile | 2 +- README.md | 4 ++-- Sources/FigmaGen/main.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8c01b97..2c8cb5c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX?=/usr/local PRODUCT_NAME=figmagen -PRODUCT_VERSION=2.0.0-beta.14 +PRODUCT_VERSION=2.0.0-beta.15 TEMPLATES_NAME=Templates README_NAME=README.md LICENSE_NAME=LICENSE diff --git a/README.md b/README.md index c75f87e..39b0783 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Currently, FigmaGen supports the following entities: ### CocoaPods To install FigmaGen using [CocoaPods](http://cocoapods.org) dependency manager, add this line to your `Podfile`: ```ruby -pod 'FigmaGen', '~> 2.0.0-beta.14' +pod 'FigmaGen', '~> 2.0.0-beta.15' ``` Then run this command: @@ -71,7 +71,7 @@ $ brew install hhru/tap/figmagen For [Mint](https://github.com/yonaskolb/mint) package manager installation, run: ```sh -$ mint install hhru/FigmaGen@2.0.0-beta.14 +$ mint install hhru/FigmaGen@2.0.0-beta.15 ``` ### ZIP archive diff --git a/Sources/FigmaGen/main.swift b/Sources/FigmaGen/main.swift index 6ea6709..071da14 100644 --- a/Sources/FigmaGen/main.swift +++ b/Sources/FigmaGen/main.swift @@ -6,7 +6,7 @@ import PathKit Path.current = Path(#file).appending("../../../Demo") #endif -let version = "2.0.0-beta.14" +let version = "2.0.0-beta.15" let logger = Logger() let figmagen = CLI(