Skip to content

Commit bbd6a16

Browse files
committed
Stable Version 1.0.0-alpha.1.
1 parent 64b3a46 commit bbd6a16

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 1.0.0-alpha.1 - 01 November 2014
2+
3+
Stable Version 1.0.0-alpha.1
4+
15
##### 0.4.3 - 18 October 2014
26

37
###### Backwards compatible bug fixes

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "js-data-firebase",
33
"description": "Firebase adapter for js-data.",
4-
"version": "0.4.3",
5-
"homepage": "http://www.js-data.io/js-data-firebase",
4+
"version": "1.0.0-alpha.1",
5+
"homepage": "http://www.js-data.io/docs/dsfirebaseadapter",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/js-data/js-data-firebase.git"
8+
"url": "https://github.com/js-data/js-data-firebase.git"
99
},
1010
"author": {
1111
"name": "Jason Dobry",

dist/js-data-firebase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <[email protected]>
33
* @file js-data-firebase.js
4-
* @version 0.4.3 - Homepage <http://www.js-data.iojs-data-firebase/>
4+
* @version 1.0.0-alpha.1 - Homepage <http://www.js-data.iojs-data-firebase/>
55
* @copyright (c) 2014 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-firebase/blob/master/LICENSE>
77
*

dist/js-data-firebase.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "js-data-firebase",
33
"description": "Firebase adapter for js-data.",
4-
"version": "0.4.3",
5-
"homepage": "http://www.js-data.io/js-data-firebase",
4+
"version": "1.0.0-alpha.1",
5+
"homepage": "http://www.js-data.io/docs/dsfirebaseadapter",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/js-data/js-data-firebase.git"

0 commit comments

Comments
 (0)