Skip to content

Commit

Permalink
Release 1.1.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
almazrafi authored Sep 7, 2020
1 parent 631bfd3 commit 56341a2
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.0.3
PRODUCT_VERSION=1.1.0
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 @@ -41,7 +41,7 @@ Currently, it supports generating the following entities:
### CocoaPods
To install Fugen using [CocoaPods](http://cocoapods.org) dependency manager, add this line to your `Podfile`:
```ruby
pod 'Fugen', '~> 1.0.3'
pod 'Fugen', '~> 1.1.0'
```

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.0.3"
let version = "1.1.0"

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

0 comments on commit 56341a2

Please sign in to comment.