Skip to content

Commit

Permalink
0.7.1 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerguller committed Jan 20, 2018
1 parent 21c958b commit 09d882e
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.1",
"version": "0.8.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 @@ -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.1" />
<meta name="generator" content="RAN! 0.8.0" />
{this.helmetHeadComponents()}
{AppIcons()}
{styleTags}
Expand Down

0 comments on commit 09d882e

Please sign in to comment.