Skip to content

Commit 75836f0

Browse files
committed
docs: update metadata for 2.2.6 release
1 parent 146322e commit 75836f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Sourcery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Sourcery"
4-
s.version = "2.2.5"
4+
s.version = "2.2.6"
55
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."
66
s.ios.deployment_target = '12'
77
s.osx.deployment_target = '10.15'

SourceryFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SourceryFramework"
4-
s.version = "2.2.5"
4+
s.version = "2.2.6"
55
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."
66
s.platform = :osx, '10.15'
77

SourceryRuntime.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SourceryRuntime"
4-
s.version = "2.2.5"
4+
s.version = "2.2.6"
55
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."
66
s.platform = :osx, '10.15'
77

SourceryUtils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SourceryUtils"
4-
s.version = "2.2.5"
4+
s.version = "2.2.6"
55
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."
66
s.platform = :osx, '10.15'
77

SourceryUtils/Sources/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
public struct SourceryVersion {
1212
public let value: String
13-
public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "2.2.5")
13+
public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "2.2.6")
1414
}
1515

1616
#if canImport(ObjectiveC)

0 commit comments

Comments
 (0)