Skip to content

Commit

Permalink
Merge pull request #56 from hhru/2.0.0-beta.12
Browse files Browse the repository at this point in the history
Release 2.0.0-beta.12
  • Loading branch information
timbaev committed Sep 26, 2023
2 parents 69b32b7 + 8b68b3a commit 77a6902
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.11
PRODUCT_VERSION=2.0.0-beta.12
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 @@ -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.11'
pod 'FigmaGen', '~> 2.0.0-beta.12'
```

Then run this command:
Expand Down Expand Up @@ -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.11
$ mint install hhru/FigmaGen@2.0.0-beta.12
```

### 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.11"
let version = "2.0.0-beta.12"
let logger = Logger()

let figmagen = CLI(
Expand Down

0 comments on commit 77a6902

Please sign in to comment.