Skip to content

Commit

Permalink
0.8.6 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sly777 committed Jan 3, 2019
1 parent bc73ff6 commit db78fa2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ Thank you to all our backers! [[Become a backer](https://opencollective.com/ran#

<a href="https://opencollective.com/ran#backers" target="_blank"><img src="https://opencollective.com/ran/backers.svg?width=890"></a>


### Sponsors

Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/ran#sponsor))
Expand All @@ -124,3 +123,7 @@ Thank you to all our sponsors! (please ask your company to also support this ope
<a href="https://opencollective.com/ran/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ran/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/ran/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ran/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/ran/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ran/sponsor/5/avatar.svg"></a>

# App Showcase

[WIP]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ran-boilerplate",
"version": "0.8.6",
"version": "0.9.0",
"main": "server.js",
"description": "React . Apollo (GraphQL) . Next.js Toolkit",
"author": "Ilker Guller <[email protected]> (http://ilkerguller.com)",
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class MyDocument extends Document {
<Head>
<meta name="robots" content="index,follow" />
<meta httpEquiv="expires" content="10800" />
<meta name="generator" content="RAN! 0.8.6" />
<meta name="generator" content="RAN! 0.9.0" />
{this.helmetHeadComponents()}
{AppIcons()}
{this.props.styleTags}
Expand Down

0 comments on commit db78fa2

Please sign in to comment.