Skip to content

Commit

Permalink
0.8.0 -> 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerguller committed Apr 5, 2018
1 parent b8a7e38 commit 9f39392
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.8.0",
"version": "0.8.1",
"main": "server.js",
"description": "React . Apollo (GraphQL) . Next.js Toolkit",
"author": "Ilker Guller <me@ilkerguller.com> (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.0" />
<meta name="generator" content="RAN! 0.8.1" />
{this.helmetHeadComponents()}
{AppIcons()}
{this.props.styleTags}
Expand Down

0 comments on commit 9f39392

Please sign in to comment.