Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
Fixes #17
  • Loading branch information
iby committed Mar 28, 2019
1 parent e47b492 commit a345caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Metron.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.name = 'Metron'
spec.summary = 'Gemeometry, simplified.'
spec.description = 'Metron is a comprehensive collection of geometric functions and types that extend the 2D geometric primitives provided by CoreGraphics.'
spec.version = '1.0.2'
spec.version = '1.0.3'
spec.source = { :git => 'https://github.com/toineheuvelmans/Metron.git', :tag => spec.version.to_s }
spec.license = { :type => 'MIT', :file => 'LICENSE' }

Expand Down

0 comments on commit a345caf

Please sign in to comment.