Skip to content

Commit 57e8c48

Browse files
committed
Stable Version 1.0.0.
1 parent bc7b0c0 commit 57e8c48

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data-mocks",
44
"description": "A mock of angular-data for testing purposes.",
5-
"version": "1.0.0-rc.2",
5+
"version": "1.0.0",
66
"homepage": "https://github.com/jmdobry/angular-data-mocks/",
77
"repository": {
88
"type": "git",
@@ -23,11 +23,11 @@
2323
"karma.start.js"
2424
],
2525
"devDependencies": {
26-
"angular": "1.2.22",
27-
"angular-mocks": "1.2.22",
28-
"angular-data": "1.0.0-rc.1"
26+
"angular": "1.2.25",
27+
"angular-mocks": "1.2.25",
28+
"angular-data": "1.0.0"
2929
},
3030
"resolutions": {
31-
"angular": "1.2.22"
31+
"angular": "1.2.25"
3232
}
3333
}

dist/angular-data-mocks.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* @author Jason Dobry <[email protected]>
44
* @file angular-data-mocks.js
5-
* @version 1.0.0-rc.2 - Homepage <https://github.com/jmdobry/angular-data-mocks>
5+
* @version 1.0.0 - Homepage <https://github.com/jmdobry/angular-data-mocks>
66
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
77
* @license MIT <https://github.com/jmdobry/angular-data-mocks/blob/master/LICENSE>
88
*
@@ -1292,7 +1292,7 @@ module.exports = DSProvider;
12921292
* @description
12931293
* Fake angular-data implementation suitable for unit testing angular applications that use the `angular-data.DS` module.
12941294
*
1295-
* __Version:__ 1.0.0-rc.2
1295+
* __Version:__ 1.0.0
12961296
*
12971297
* __angular-data-mocks requires SinonJS to be loaded in order to work.__
12981298
*
@@ -1478,7 +1478,7 @@ module.exports = DSProvider;
14781478
'angular-data.DSHttpAdapterMock',
14791479
'angular-data.DSLocalStorageAdapterMock'
14801480
])
1481-
.value('version', '1.0.0-rc.2');
1481+
.value('version', '1.0.0');
14821482

14831483
})(window, window.angular);
14841484

0 commit comments

Comments
 (0)