diff --git a/FactoryProvider.podspec b/FactoryProvider.podspec index fb1ed01..2bbca6f 100644 --- a/FactoryProvider.podspec +++ b/FactoryProvider.podspec @@ -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. diff --git a/Generator/Sources/Core/Version.swift b/Generator/Sources/Core/Version.swift index 021eea4..c7bf47c 100644 --- a/Generator/Sources/Core/Version.swift +++ b/Generator/Sources/Core/Version.swift @@ -7,5 +7,5 @@ // public struct Version { - public static let current = "0.3.1" + public static let current = "0.4.0" }