We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb82cfa commit 7ea591dCopy full SHA for 7ea591d
2 files changed
Sources/FairCore/Info.swift
@@ -4,6 +4,6 @@ let Info : [String : Any] = [
4
"CFBundleIdentifier" : "org.fair-ground.Fair",
5
"CFBundleInfoDictionaryVersion" : "6.0",
6
"CFBundlePackageType" : "FMWK",
7
- "CFBundleShortVersionString" : "0.4.34",
+ "CFBundleShortVersionString" : "0.4.35",
8
"NSHumanReadableCopyright" : "GNU Affero General Public License",
9
]
Sources/FairCore/Resources/FairCore.plist
@@ -11,7 +11,7 @@
11
<key>CFBundlePackageType</key>
12
<string>FMWK</string>
13
<key>CFBundleShortVersionString</key>
14
- <string>0.4.34</string>
+ <string>0.4.35</string>
15
<key>NSHumanReadableCopyright</key>
16
<string>GNU Affero General Public License</string>
17
</dict>
0 commit comments