Skip to content

Commit

Permalink
chore: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KamalDGRT committed Dec 22, 2024
1 parent 400471b commit b9d043a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sahayak.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Sahayak"
spec.version = "1.2.1"
spec.version = "1.3.0"
spec.summary = "My Helper in iOS App Development."
spec.description = "Comrade in developing iOS applications."
spec.homepage = "https://github.com/KamalDGRT/Sahayak"
Expand All @@ -9,5 +9,5 @@ Pod::Spec.new do |spec|
spec.platform = :ios, '17.0'
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/KamalDGRT/Sahayak.git", :tag => "#{spec.version}" }
spec.source_files = "Sahayak/**/*.{swift,h,m}"
spec.source_files = "Sources/Sahayak/**/*.{swift,h,m}"
end

0 comments on commit b9d043a

Please sign in to comment.