Skip to content

Commit

Permalink
Merge pull request #17 from Nonchalant/0.4.0
Browse files Browse the repository at this point in the history
0.4.0
  • Loading branch information
Nonchalant authored Sep 12, 2018
2 parents 3f76168 + 3a9cec9 commit 1e81457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FactoryProvider.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FactoryProvider"
s.version = "0.3.1"
s.version = "0.4.0"
s.summary = "FactoryProvider - generate boilerplate of factory Swift framework."
s.description = <<-DESC
FactoryProvider is a framework to generate boilerplate of factory with an easy to write TestCase.
Expand Down
2 changes: 1 addition & 1 deletion Generator/Sources/Core/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
//

public struct Version {
public static let current = "0.3.1"
public static let current = "0.4.0"
}

0 comments on commit 1e81457

Please sign in to comment.