Skip to content

Commit bfada4f

Browse files
authored
Fix semver of giveth update (#16)
I should have read https://github.com/Uniswap/token-lists#semantic-versioning, which clearly states > Increment minor version when tokens are added This PR does that retroactively for GIV
1 parent 4092b71 commit bfada4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/public/CowSwap.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"timestamp": "2022-12-15T19:00:00+00:00",
44
"version": {
55
"major": 1,
6-
"minor": 0,
7-
"patch": 1
6+
"minor": 1,
7+
"patch": 0
88
},
99
"logoURI": "https://gnosis.mypinata.cloud/ipfs/Qme9B6jRpGtZsRFcPjHvA5T4ugFuL4c3SzWfxyMPa59AMo",
1010
"keywords": [

0 commit comments

Comments
 (0)