Skip to content

Commit

Permalink
- 0.7.0 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sly777 committed Oct 27, 2017
1 parent 84f0384 commit ad1acd5
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.7.0",
"version": "0.7.1",
"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 @@ -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.7.0" />
<meta name="generator" content="RAN! 0.7.1" />
{this.helmetHeadComponents()}
{AppIcons()}
{styleTags}
Expand Down

0 comments on commit ad1acd5

Please sign in to comment.