Skip to content

Commit

Permalink
Merge pull request #118 from open-rpc/fix/version-enums
Browse files Browse the repository at this point in the history
fix: update version enums
  • Loading branch information
BelfordZ authored May 3, 2019
2 parents f3fc2bf + 3f1e334 commit defb601
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@
"openrpc": {
"type": "string",
"enum": [
"1.0.0-rc0",
"1.0.0-rc0",
"1.0.0-rc1",
"1.0.0"
"1.0.0",
"1.1.0",
"1.1.1",
"1.1.2",
"1.1.3",
"1.1.4",
"1.1.5",
"1.1.6",
"1.1.7",
"1.1.8"
]
},
"info": {
Expand Down

0 comments on commit defb601

Please sign in to comment.