Skip to content

Commit

Permalink
0.6.2 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sly777 committed Oct 26, 2017
1 parent 0d6b1c4 commit c205460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.6.2",
"version": "0.7.0",
"main": "server.js",
"description": "React . Apollo (GraphQL) . Next.js Boilerplate",
"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 @@ -39,7 +39,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.6.2" />
<meta name="generator" content="RAN! 0.7.0" />
{this.helmetHeadComponents()}
{AppIcons()}
{styleTags}
Expand Down

0 comments on commit c205460

Please sign in to comment.