Skip to content

Commit dfbfc77

Browse files
authored
Merge pull request #70 from hhru/release/2.0.0-beta.20
Release 2.0.0-beta.20
2 parents fbee43c + af6275d commit dfbfc77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PREFIX?=/usr/local
22

33
PRODUCT_NAME=figmagen
4-
PRODUCT_VERSION=2.0.0-beta.19
4+
PRODUCT_VERSION=2.0.0-beta.20
55
TEMPLATES_NAME=Templates
66
README_NAME=README.md
77
LICENSE_NAME=LICENSE

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Currently, FigmaGen supports the following entities:
4141
### CocoaPods
4242
To install FigmaGen using [CocoaPods](http://cocoapods.org) dependency manager, add this line to your `Podfile`:
4343
```ruby
44-
pod 'FigmaGen', '~> 2.0.0-beta.19'
44+
pod 'FigmaGen', '~> 2.0.0-beta.20'
4545
```
4646

4747
Then run this command:
@@ -71,7 +71,7 @@ $ brew install hhru/tap/figmagen
7171
For [Mint](https://github.com/yonaskolb/mint) package manager installation, run:
7272

7373
```sh
74-
$ mint install hhru/FigmaGen@2.0.0-beta.19
74+
$ mint install hhru/FigmaGen@2.0.0-beta.20
7575
```
7676

7777
### ZIP archive

Sources/FigmaGen/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PathKit
66
Path.current = Path(#file).appending("../../../Demo")
77
#endif
88

9-
let version = "2.0.0-beta.19"
9+
let version = "2.0.0-beta.20"
1010
let logger = Logger()
1111

1212
let figmagen = CLI(

0 commit comments

Comments
 (0)