Skip to content

Commit 6c32cd0

Browse files
author
husnjak
committed
Update publiclished_at to published_at
1 parent 8a0101c commit 6c32cd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IGDBWrapper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'IGDBWrapper'
11-
s.version = '0.2.2'
11+
s.version = '0.2.3'
1212
s.summary = 'A Swift wrapper for the IGDB.com Free Video Game Database API.'
1313

1414
# This description is used to generate tags and improve search results.

IGDBWrapper/Classes/Structs/Feed.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct Feed: Codable {
1919
public var name: String?
2020
public var created_at: Int64?
2121
public var updated_at: Int64?
22-
public var publiclished_at: Int64?
22+
public var published_at: Int64?
2323
public var slug: String?
2424
public var url: String?
2525
public var title: String?

0 commit comments

Comments
 (0)