change podspec version in anticipation of next release

This commit is contained in:
Mathew Polzin
2019-07-02 18:12:29 -07:00
parent c75912ab79
commit e820f34253
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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)