Skip to content

Commit 750058d

Browse files
committed
Bump to 1.2.2
1 parent f134b3b commit 750058d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugins/Shared.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import PackagePlugin
2929
// As of Xcode 15.0, Xcode command plugins have no way to read the package manifest, therefore we must hardcode the version number.
3030
// It is okay for this number to be behind the most current release if the inputs and outputs to SafeDITool have not changed.
3131
// Unlike SPM plugins, Xcode plugins can not determine the current version number, so we must hardcode it.
32-
"1.2.1"
32+
"1.2.2"
3333
}
3434

3535
var safeDIOrigin: URL {

SafeDI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SafeDI'
3-
s.version = '1.2.1'
3+
s.version = '1.2.2'
44
s.summary = 'Compile-time-safe dependency injection'
55
s.homepage = 'https://github.com/dfed/SafeDI'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)