Skip to content

Commit d9752b8

Browse files
committed
Bump version to 1.4.3
1 parent 0381a95 commit d9752b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.2"
32+
"1.4.3"
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.4.2'
3+
s.version = '1.4.3'
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)