Skip to content

Commit 5497538

Browse files
committed
release v0.0.3
1 parent cf3e57a commit 5497538

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.0.3 - Fri, 31 Oct 2014 19:25:20 GMT
2+
--------------------------------------
3+
4+
-
5+
6+
17
v0.0.2 - Thu, 25 Sep 2014 02:36:47 GMT
28
--------------------------------------
39

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"homepage": "https://github.com/rackt/react-modal",
55
"authors": [
66
"Ryan Florence",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-modal",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Accessible modal dialog component for React.JS",
55
"main": "./lib/index",
66
"repository": {
@@ -55,4 +55,4 @@
5555
"browserify-shim": {
5656
"react": "global:React"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)