Merge pull request #531 from cosmos/prepare-release

Prepare release of 0.24.0-alpha.7
This commit is contained in:
Simon Warta
2020-11-17 12:03:46 +01:00
committed by GitHub
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
"dependencies": {
"@cosmjs/launchpad": "^0.24.0-alpha.6",
"long": "^4.0.0",
"protobufjs": "~6.10.0"
"protobufjs": "~6.10.2"
},
"devDependencies": {
"@cosmjs/encoding": "^0.24.0-alpha.6",
+4 -4
View File
@@ -6,10 +6,10 @@ A client library for the Cosmos SDK 0.40.
## Supported Cosmos SDK versions
| CosmJS version | Supported Cosmos SDK version(s) |
| -------------- | ------------------------------- |
| 0.24.0-alpha.2 | 0.40.0-rc2 |
| 0.24.0-alpha.1 | 0.40.0-rc1 |
| CosmJS version | Supported Cosmos SDK version(s) |
| ------------------------------- | ------------------------------- |
| 0.24.0-alpha.2 0.24.0-alpha.7 | 0.40.0-rc2 |
| 0.24.0-alpha.1 | 0.40.0-rc1 |
## License
+1 -1
View File
@@ -56,6 +56,6 @@
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.6",
"@cosmjs/utils": "^0.24.0-alpha.6",
"long": "^4.0.0",
"protobufjs": "~6.10.0"
"protobufjs": "~6.10.2"
}
}