Skip to content

Commit 3734590

Browse files
authored
Merge pull request #104 from hhru/release/2.0.0-beta.25
Release 2.0.0-beta.25
2 parents 504b9ab + df1ceba commit 3734590

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.24
4+
PRODUCT_VERSION=2.0.0-beta.25
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
@@ -43,7 +43,7 @@ Currently, FigmaGen supports the following entities:
4343
### CocoaPods
4444
To install FigmaGen using [CocoaPods](http://cocoapods.org) dependency manager, add this line to your `Podfile`:
4545
```ruby
46-
pod 'FigmaGen', '~> 2.0.0-beta.24'
46+
pod 'FigmaGen', '~> 2.0.0-beta.25'
4747
```
4848

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

7575
```sh
76-
$ mint install hhru/FigmaGen@2.0.0-beta.24
76+
$ mint install hhru/FigmaGen@2.0.0-beta.25
7777
```
7878

7979
### 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.24"
9+
let version = "2.0.0-beta.25"
1010
let logger = Logger()
1111

1212
let figmagen = CLI(

0 commit comments

Comments
 (0)