Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Sep 21, 2024
1 parent e81fc52 commit 20cefdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftRadix.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftRadix'
spec.version = '1.3.1'
spec.version = '1.3.2'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.summary = 'A Swift library for translating integers to/from radix strings (binary, hex, octal, etc.) using simple functional syntax.'
spec.homepage = 'https://github.com/orchetect/SwiftRadix'
Expand Down

0 comments on commit 20cefdb

Please sign in to comment.