Skip to content

Commit d3097b7

Browse files
committed
fix: change subgraph version to 3.1.0-beta in package.json and package-lock.json
1 parent 63d824a commit d3097b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/subgraph/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subgraph",
3-
"version": "4.0.0-beta",
3+
"version": "3.1.0-beta",
44
"license": "UNLICENSED",
55
"scripts": {
66
"codegen": "graph codegen subgraph.template.yaml",

0 commit comments

Comments
 (0)