Skip to content

Commit

Permalink
Merge pull request #96 from george0st/change
Browse files Browse the repository at this point in the history
Repair testing hints
  • Loading branch information
george0st authored Jan 18, 2024
2 parents cd4d85a + ba9a8b7 commit ce648a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 03-test/10-vector.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vector-partycontact": {
"feature-set": "02-basic-contact",
"entities": ["party-id"],
"features": ["contact-id", "contact-email", "contact-phone", "contact-state"]
"features": ["contact-email", "contact-phone", "contact-state"]
}

}
Expand Down
2 changes: 1 addition & 1 deletion generator/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.1.4'
__version__ = '0.1.5'

0 comments on commit ce648a4

Please sign in to comment.