diff --git a/Makefile b/Makefile index 167b47a..fd69577 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX?=/usr/local PRODUCT_NAME=figmagen -PRODUCT_VERSION=2.0.0-beta.5 +PRODUCT_VERSION=2.0.0-beta.6 TEMPLATES_NAME=Templates README_NAME=README.md LICENSE_NAME=LICENSE diff --git a/README.md b/README.md index a53f5db..93eb589 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.5' +pod 'FigmaGen', '~> 2.0.0-beta.6' ``` 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.5 +$ mint install hhru/FigmaGen@2.0.0-beta.6 ``` ### ZIP archive diff --git a/Sources/FigmaGen/main.swift b/Sources/FigmaGen/main.swift index cfbcb99..8c1ce5b 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.5" +let version = "2.0.0-beta.6" let figmagen = CLI( name: "figmagen",