Skip to content

Commit

Permalink
Bump podspec version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indragiek committed May 1, 2021
1 parent 77d9fd1 commit fd5e726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DominantColor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'DominantColor'
spec.version = '0.2.0'
spec.version = '0.2.1'
spec.summary = 'Finding dominant colors of an image using k-means clustering.'
spec.homepage = 'https://github.com/indragiek/DominantColor'
spec.license = 'MIT'
Expand Down

0 comments on commit fd5e726

Please sign in to comment.