Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonchalant committed Jul 17, 2018
1 parent b50b93f commit 63863d1
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.1.1"
s.version = "0.2.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.1.0"
public static let current = "0.2.0"
}

0 comments on commit 63863d1

Please sign in to comment.