We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9936ada commit 93ab34fCopy full SHA for 93ab34f
.swift-version
@@ -1 +1 @@
1
-4.2
+5.0
Graph.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
2
s.name = 'Graph'
3
- s.version = '3.0'
4
- s.swift_version = '4.2'
+ s.version = '3.1'
+ s.swift_version = '5.0'
5
s.license = 'BSD-3-Clause'
6
s.summary = 'Graph is a semantic database that is used to create data-driven applications.'
7
s.homepage = 'http://graphswift.io'
Sources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>3.0</string>
+ <string>3.1.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments