Skip to content

Commit

Permalink
Bump snowbridge-types version number (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Feb 22, 2021
1 parent 7449fed commit bbc2ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowfork/snowbridge-types",
"version": "0.2.2",
"version": "0.2.3",
"description": "Type definitions for the Snowbridge parachain",
"repository": {
"type": "git",
Expand All @@ -25,10 +25,10 @@
"prepublish": "yarn build"
},
"devDependencies": {
"typescript": "^4.1.5",
"@polkadot/keyring": "^5.7.1",
"@polkadot/types": "^3.9.3",
"@polkadot/util": "^5.7.1",
"@polkadot/util-crypto": "^5.7.1"
"@polkadot/util-crypto": "^5.7.1",
"typescript": "^4.1.5"
}
}

0 comments on commit bbc2ed9

Please sign in to comment.