Skip to content

Commit

Permalink
chore(package): update SUI version (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and levithomason committed Jul 16, 2017
1 parent dc403d0 commit ed16f8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/webpack1/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Semantic UI React Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.css">
</head>
<body>
<div id="root" style="height: 100%"></div>
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack2/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Semantic UI React Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/semantic.min.css">
</head>
<body>
<div id="root" style="height: 100%"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"require-dir": "^0.3.2",
"rimraf": "^2.5.2",
"satisfied": "^1.1.0",
"semantic-ui-css": "^2.2.2",
"semantic-ui-css": "^2.2.11",
"simulant": "^0.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.11.0",
Expand Down

0 comments on commit ed16f8b

Please sign in to comment.