Skip to content

Commit

Permalink
Release 1.1.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
almazrafi authored Nov 13, 2020
1 parent 0511bcf commit a110544
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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=fugen
PRODUCT_VERSION=1.1.0
PRODUCT_VERSION=1.1.1
TEMPLATES_NAME=Templates
README_NAME=README.md
LICENSE_NAME=LICENSE
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Currently, Fugen supports the following entities:
### CocoaPods
To install Fugen using [CocoaPods](http://cocoapods.org) dependency manager, add this line to your `Podfile`:
```ruby
pod 'Fugen', '~> 1.1.0'
pod 'Fugen', '~> 1.1.1'
```

Then run this command:
Expand Down
2 changes: 1 addition & 1 deletion Sources/Fugen/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 = "1.1.0"
let version = "1.1.1"

let fugen = CLI(
name: "fugen",
Expand Down

0 comments on commit a110544

Please sign in to comment.