We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0985d8 commit 0a15b0dCopy full SHA for 0a15b0d
2 files changed
FlexibleDiff.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "FlexibleDiff"
3
- s.version = "0.0.1"
+ s.version = "0.0.2"
4
s.summary = "A Swift collection diffing μframework."
5
s.description = <<-DESC
6
A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.
FlexibleDiff/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
+ <string>0.0.2</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
<key>NSPrincipalClass</key>
0 commit comments