Skip to content

Commit f7bc0b7

Browse files
Bump version to 1.0.0-RC4 (#38)
1 parent 3b46003 commit f7bc0b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/introduction/what-is-graphql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ GraphQL is a query [language specification](https://spec.graphql.org/); a contra
6060
| Library Name | Language |
6161
| --------------------------------------------------------------- | ---------- |
6262
| [Apollo Server](https://github.com/apollographql/apollo-server) | JavaScript |
63-
| [GraphQL Ruby](https://graphql-ruby.org/) | Ruby |
64-
| [GraphQL Java](https://www.graphql-java.com/) | Java |
63+
| [GraphQL Ruby](https://github.com/rmosolgo/graphql-ruby) | Ruby |
64+
| [GraphQL Java](https://github.com/graphql-java/graphql-java) | Java |
6565
| [GraphQL .NET](https://github.com/graphql-dotnet/graphql-dotnet)| .NET |
6666
| [Hot Chocolate](https://github.com/ChilliCream/hotchocolate) | .NET |
6767

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/palenight');
77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
99
title: 'GraphQL ASP.NET',
10-
tagline: 'v1.0.0-rc3',
10+
tagline: 'v1.0.0-rc4',
1111
url: 'https://graphql-aspnet.github.io',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)