From e820f34253fa982c3dba1a3fba7207c8c1c560c7 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 2 Jul 2019 18:12:29 -0700 Subject: [PATCH] change podspec version in anticipation of next release --- JSONAPI.podspec | 2 +- Tests/JSONAPITests/Entity/EntityTests.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JSONAPI.podspec b/JSONAPI.podspec index 36a800c..0d8e633 100644 --- a/JSONAPI.podspec +++ b/JSONAPI.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "JSONAPI" - spec.version = "0.30.0" + spec.version = "0.31.0" spec.summary = "Swift Codable JSON API framework." # This description is used to generate tags and improve search results. diff --git a/Tests/JSONAPITests/Entity/EntityTests.swift b/Tests/JSONAPITests/Entity/EntityTests.swift index 18e313e..0adfaf5 100644 --- a/Tests/JSONAPITests/Entity/EntityTests.swift +++ b/Tests/JSONAPITests/Entity/EntityTests.swift @@ -31,7 +31,7 @@ class EntityTests: XCTestCase { XCTAssertEqual(entity ~> \.optionalOne, entity1.id) } - + func test_toMany_relationship_operator_access() { let entity1 = TestEntity1(attributes: .none, relationships: .none, meta: .none, links: .none) let entity2 = TestEntity1(attributes: .none, relationships: .none, meta: .none, links: .none)