Skip to content

Commit

Permalink
v0.4.1 version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
benwiley4000 committed Mar 30, 2018
1 parent 29aeab5 commit 8fb21ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ If you're unable to use npm and need production-ready scripts, check out [the re
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- gifplayer.css v0.4.0 -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/gifplayer.css">
<!-- gifplayer.css v0.4.1 -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/gifplayer.css">
</head>
<body>
<div id="cat"></div>
<!-- react/react-dom served over CDN -->
<script src="https://unpkg.com/[email protected]/umd/react.development.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script>
<!-- gifplayer.js v0.4.0 -->
<script src="https://unpkg.com/[email protected].0/dist/gifplayer.js"></script>
<!-- gifplayer.js v0.4.1 -->
<script src="https://unpkg.com/[email protected].1/dist/gifplayer.js"></script>
<script>
ReactDOM.render(
React.createElement(GifPlayer, {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gif-player",
"version": "0.4.0",
"version": "0.4.1",
"description": "React component swaps still image with preloaded GIF on click",
"main": "dist/gifplayer.js",
"scripts": {
Expand Down

0 comments on commit 8fb21ef

Please sign in to comment.