Skip to content

Commit

Permalink
0.2.6 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sly777 committed Jul 22, 2017
1 parent 988e251 commit 6719738
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.2.6",
"version": "0.3.0",
"main": "server.js",
"scripts": {
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.2.6" />
<meta name="generator" content="RAN! 0.3.0" />
{this.helmetHeadComponents()}
{styleTags}
</Head>
Expand Down

0 comments on commit 6719738

Please sign in to comment.