Skip to content

Commit 0df3ef2

Browse files
committed
Merge branch 'release/0.5.1'
2 parents f8e866f + ba96ce0 commit 0df3ef2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CoreGraphicsExtension.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CoreGraphicsExtension'
11-
s.version = '0.5.0'
11+
s.version = '0.5.1'
1212
s.summary = 'A small libray to provide polar coordinate feature and some convienet extension of CoreGraphics'
1313
# s.swift_version:begin
14-
s.swift_version = '6.1.0'
14+
s.swift_version = '6.0'
1515
# s.swift_version = '${SWIFT_VERSION}'
1616

1717
# s.platform:begin

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.1
1+
// swift-tools-version:6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)