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 8a0101c commit 6c32cd0Copy full SHA for 6c32cd0
IGDBWrapper.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'IGDBWrapper'
11
- s.version = '0.2.2'
+ s.version = '0.2.3'
12
s.summary = 'A Swift wrapper for the IGDB.com Free Video Game Database API.'
13
14
# This description is used to generate tags and improve search results.
IGDBWrapper/Classes/Structs/Feed.swift
@@ -19,7 +19,7 @@ public struct Feed: Codable {
19
public var name: String?
20
public var created_at: Int64?
21
public var updated_at: Int64?
22
- public var publiclished_at: Int64?
+ public var published_at: Int64?
23
public var slug: String?
24
public var url: String?
25
public var title: String?
0 commit comments