Skip to content

Commit

Permalink
Update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Nov 8, 2018
1 parent 928e679 commit 01fa8df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TOOL_NAME = Genesis
export EXECUTABLE_NAME = genesis
VERSION = 0.2.0
VERSION = 0.3.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Genesis/main.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import GenesisCLI
import Foundation
import GenesisCLI

let cli = GenesisCLI()
let status = cli.run()
Expand Down
2 changes: 1 addition & 1 deletion Sources/GenesisCLI/GenesisCLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SwiftCLI

public class GenesisCLI {

public let version = "0.2.0"
public let version = "0.3.0"
let cli: CLI
let stream: Streams

Expand Down
2 changes: 1 addition & 1 deletion Sources/GenesisKit/GenesisTemplate.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Yams
import PathKit
import Yams

public struct GenesisTemplate: Equatable {
public var section: TemplateSection
Expand Down
2 changes: 1 addition & 1 deletion Sources/GenesisKit/TemplateGenerator.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import PathKit
import StencilSwiftKit
import Stencil
import StencilSwiftKit
import SwiftCLI

public typealias Context = [String: Any]
Expand Down

0 comments on commit 01fa8df

Please sign in to comment.