Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0-beta.22 #84

Merged
merged 2 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX?=/usr/local

PRODUCT_NAME=figmagen
PRODUCT_VERSION=2.0.0-beta.21
PRODUCT_VERSION=2.0.0-beta.22
TEMPLATES_NAME=Templates
README_NAME=README.md
LICENSE_NAME=LICENSE
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.21'
pod 'FigmaGen', '~> 2.0.0-beta.22'
```

Then run this command:
Expand Down Expand Up @@ -73,7 +73,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.21
$ mint install hhru/FigmaGen@2.0.0-beta.22
```

### ZIP archive
Expand Down
2 changes: 1 addition & 1 deletion Sources/FigmaGen/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PathKit
Path.current = Path(#file).appending("../../../Demo")
#endif

let version = "2.0.0-beta.21"
let version = "2.0.0-beta.22"
let logger = Logger()

let figmagen = CLI(
Expand Down
Loading