Skip to content

Commit a984d3d

Browse files
authored
Increase choices limit (#568)
* Increase choices limit * 0.3.77
1 parent 03023e7 commit a984d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.3.76",
3+
"version": "0.3.77",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/proposal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "array",
2929
"title": "choices",
3030
"minItems": 1,
31-
"maxItems": 120
31+
"maxItems": 140
3232
},
3333
"type": {
3434
"type": "string",

0 commit comments

Comments
 (0)