Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 9a60ab0

Browse files
committed
Merge pull request #40 from zpao/0.13
Point at 0.13
2 parents 6590ed4 + 8a35620 commit 9a60ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>Hello React</title>
55
<!-- Not present in the tutorial. Just for basic styling. -->
66
<link rel="stylesheet" href="css/base.css" />
7-
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.2/react.js"></script>
8-
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.2/JSXTransformer.js"></script>
7+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/react.js"></script>
8+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/JSXTransformer.js"></script>
99
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
1010
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/0.3.1/showdown.min.js"></script>
1111
</head>

0 commit comments

Comments
 (0)