Skip to content

Commit

Permalink
ColorCalculation.podspec: Set spec.version='1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed Jan 11, 2024
1 parent e7689eb commit 9a077b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ColorCalculation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "ColorCalculation"
spec.version = "1.0.0"
spec.version = "1.1.0"
spec.summary = "A color extension library for calculating hex, brightness, etc."
spec.license = "MIT"
spec.source = { :git => "https://github.com/Kjuly/ColorCalculation.git", :tag => spec.version.to_s }
Expand Down

0 comments on commit 9a077b0

Please sign in to comment.