Skip to content

Commit

Permalink
prepare v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Oct 16, 2023
1 parent fca4ea3 commit 444bf94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "erc20"
version = "0.3.0"
version = "1.0.0"
description = "ERC-20"
edition = "2021"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dataSources:
source:
package:
moduleName: graph_out
file: ./erc20-balance-changes-v0.0.1.spkg
file: ./erc20-balance-changes-v1.0.0.spkg
mapping:
kind: substreams/graph-entities
apiVersion: 0.0.7
2 changes: 1 addition & 1 deletion substreams.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: erc20_balance_changes
version: v0.0.5
version: v1.0.0
url: https://github.com/streamingfast/erc20-balance-changes
image: logo.png
doc: |
Expand Down

0 comments on commit 444bf94

Please sign in to comment.