Skip to content

Commit

Permalink
docs: update metadata for 2.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Dec 26, 2023
1 parent d74237a commit e88363c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sourcery.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Sourcery"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion SourceryFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SourceryFramework"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."
s.platform = :osx, '10.15'

Expand Down
2 changes: 1 addition & 1 deletion SourceryRuntime.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SourceryRuntime"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."
s.platform = :osx, '10.15'

Expand Down
2 changes: 1 addition & 1 deletion SourceryUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SourceryUtils"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "A tool that brings meta-programming to Swift, allowing you to code generate Swift code."
s.platform = :osx, '10.15'

Expand Down
2 changes: 1 addition & 1 deletion SourceryUtils/Sources/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

public struct SourceryVersion {
public let value: String
public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "2.1.2")
public static let current = SourceryVersion(value: inUnitTests ? "Major.Minor.Patch" : "2.1.3")
}

#if canImport(ObjectiveC)
Expand Down

0 comments on commit e88363c

Please sign in to comment.