Skip to content

Commit 1cffc10

Browse files
authored
Merge pull request #52 from hhru/2.0.0-beta.10
Release 2.0.0 beta.10
2 parents 74bcb2c + b9115d9 commit 1cffc10

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.9
4+
PRODUCT_VERSION=2.0.0-beta.10
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.9'
44+
pod 'FigmaGen', '~> 2.0.0-beta.10'
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.9
74+
$ mint install hhru/FigmaGen@2.0.0-beta.10
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.9"
9+
let version = "2.0.0-beta.10"
1010

1111
let figmagen = CLI(
1212
name: "figmagen",

0 commit comments

Comments
 (0)