Skip to content

Commit 30d22b8

Browse files
committed
gruu-v1.7.3-non-keyed
1 parent a5c6fd1 commit 30d22b8

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.

gruu-v1.6.12-keyed/index.html renamed to gruu-v1.7.3-non-keyed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"/>
5-
<title>Gruu v1.6.12</title>
5+
<title>Gruu v1.7.3</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

gruu-v1.6.12-keyed/package.json renamed to gruu-v1.7.3-non-keyed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"webpack": "2.5.1"
2121
},
2222
"dependencies": {
23-
"gruujs": "1.6.12"
23+
"gruujs": "1.7.3"
2424
}
2525
}
File renamed without changes.

gruu-v1.6.12-keyed/src/main.es6.js renamed to gruu-v1.7.3-non-keyed/src/main.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const app = (
7777
<div className="jumbotron">
7878
<div className="row">
7979
<div className="col-md-6">
80-
<h1>Gruu v1.6.12</h1>
80+
<h1>Gruu v1.7.3</h1>
8181
</div>
8282
<div className="col-md-6">
8383
<div className="row">
File renamed without changes.

0 commit comments

Comments
 (0)