Skip to content

Commit

Permalink
Bump version to rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed May 14, 2020
1 parent 26cbed9 commit 8c88993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-graphql-cli",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "Management tool for managing a Cardano GraphQL deployment",
"main": "./bin/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion generated_packages/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-graphql-ts",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-graphql",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "GraphQL API for Cardano with client-consumable types generated",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8c88993

Please sign in to comment.