Skip to content

Commit d9b3d13

Browse files
author
jacobawenger
committed
Fixed typo in bower.json.
1 parent 3ef7d74 commit d9b3d13

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.1.2
2+
-------------
3+
Release Date: 2014-05-02
4+
5+
* Fixed typo in bower.json
6+
17
v0.1.1
28
-------------
39
Release Date: 2014-05-02

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ReactFire",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"homepage": "https://github.com/firebase/ReactFire",
55
"authors": [
66
"jacobawenger <[email protected]>"
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"ignore": [
1616
"**/.*",
17-
"./CHANGELOG.md"
17+
"./CHANGELOG.md",
1818
"examples",
1919
"node_modules",
2020
"bower_components"

examples/todoApp/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"dependencies": {
2424
"react": "~0.10.0",
2525
"firebase": "~1.0.12",
26-
"ReactFire": "~0.1.1"
26+
"ReactFire": "~0.1.2"
2727
}
2828
}

0 commit comments

Comments
 (0)