Skip to content

Commit c7b817b

Browse files
committed
Bumped up version to 1.2.2
1 parent 1e5e0a7 commit c7b817b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Base64.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'Base64'
3-
s.version = '1.2.0'
3+
s.version = '1.2.2'
44
s.license = 'Public Domain'
55
s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
66
s.homepage = 'https://github.com/ekscrypto/Base64'
77
s.author = { 'Dave Poirier' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.2.0' }
8+
s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.2.2' }
99
s.source_files = 'Base64/MF_Base64Additions.m','Base64/MF_Base64Additions.h'
1010
s.requires_arc = true
1111
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
name: "MyApp",
2626
targets: [],
2727
dependencies: [
28-
.Package(url: "https://github.com/ekscrypto/Base64.git", .upToNextMajor(from: "1.2.0"))
28+
.Package(url: "https://github.com/ekscrypto/Base64.git", .upToNextMajor(from: "1.2.2"))
2929
]
3030
)
3131
```

0 commit comments

Comments
 (0)