Skip to content

Commit 3d93862

Browse files
committed
Release version 0.2.1.2
1 parent 9b2d154 commit 3d93862

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CatCrypto.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CatCrypto'
11-
s.version = '0.2.1.1'
11+
s.version = '0.2.1.2'
1212
s.summary = 'An easy way for hashing and encryption.'
1313
s.description = <<-DESC
1414
CatCrypto include a series of hashing and encryption functions.

CatCrypto/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.1.1</string>
18+
<string>0.2.1.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

doc-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jazzy -c \
66
-g https://github.com/ImKcat/CatCrypto \
77
-r https://imkcat.github.io/CatCrypto/ \
88
-m CatCrypto \
9-
--module-version 0.2.1.1 \
9+
--module-version 0.2.1.2 \
1010
-x -workspace,CatCrypto.xcworkspace,-scheme,CatCrypto-iOS

0 commit comments

Comments
 (0)