Skip to content

Commit

Permalink
Release 1.0.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
almazrafi authored Dec 1, 2019
1 parent 7fe4d2a commit 7a35360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Demo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '10.0'
target 'FugenDemo' do
use_frameworks!

pod 'Fugen', '~> 1.0.0-alpha.6'
pod 'Fugen', '~> 1.0.0'
end

pre_install do |installer|
Expand Down
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.0-alpha.6
PRODUCT_VERSION=1.0.0
TEMPLATES_NAME=Templates
README_NAME=README.md
LICENSE_NAME=LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Sources/Fugen/main.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import SwiftCLI

let version = "1.0.0-alpha.6"
let version = "1.0.0"

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

0 comments on commit 7a35360

Please sign in to comment.