Skip to content

Commit

Permalink
Updated version to v1.0.0.alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Laursen committed Nov 29, 2016
1 parent 21f1bbe commit 73e1039
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ You can also use the UMD build from [unpkg](https://unpkg.com/#/):

```html
<!-- Production Version -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/react-md.min.css">
<script src="https://unpkg.com/[email protected].2/dist/react-md.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/react-md.min.css">
<script src="https://unpkg.com/[email protected].4/dist/react-md.min.js"></script>

<!-- Development Version -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/react-md.css">
<script src="https://unpkg.com/[email protected].2/dist/react-md.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/react-md.css">
<script src="https://unpkg.com/[email protected].4/dist/react-md.js"></script>
```


Expand All @@ -85,14 +85,14 @@ You can also use the UMD build from [unpkg](https://unpkg.com/#/):
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/react-md.deep-purple-pink.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/react-md.deep-purple-pink.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:400,500,700">
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/react/dist/react-with-addons.min.js"></script>
<script src="https://unpkg.com/react-dom/dist/react-dom.min.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/react-md.min.js"></script>
<script src="https://unpkg.com/[email protected].4/dist/react-md.min.js"></script>
<script>
var MyAwesomeComponent = React.createClass({
render: function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-md",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "React material design components",
"main": "./lib",
"files": [
Expand Down

0 comments on commit 73e1039

Please sign in to comment.