Skip to content

Commit

Permalink
Bumped up version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekscrypto committed Feb 9, 2022
1 parent 1e5e0a7 commit c7b817b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Base64.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Base64'
s.version = '1.2.0'
s.version = '1.2.2'
s.license = 'Public Domain'
s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
s.homepage = 'https://github.com/ekscrypto/Base64'
s.author = { 'Dave Poirier' => '[email protected]' }
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.2.0' }
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.2.2' }
s.source_files = 'Base64/MF_Base64Additions.m','Base64/MF_Base64Additions.h'
s.requires_arc = true
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
name: "MyApp",
targets: [],
dependencies: [
.Package(url: "https://github.com/ekscrypto/Base64.git", .upToNextMajor(from: "1.2.0"))
.Package(url: "https://github.com/ekscrypto/Base64.git", .upToNextMajor(from: "1.2.2"))
]
)
```
Expand Down

0 comments on commit c7b817b

Please sign in to comment.