Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 45d15e6

Browse files
author
Philipp Denzler
committed
Release 0.1.3
1 parent aea0e20 commit 45d15e6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-deferred-bootstrap",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
55
"authors": [
66
"Philipp Denzler <philippd@gmail.com>"

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## 0.1.2. - 2014-08-04
3+
## 0.1.3 - 2014-08-08
4+
- Fixed bug that the resolve function was called twice during bootstrapping, see aea0e2058e3c5bb881a92a1b3c277e4f0aed6dc5
5+
6+
## 0.1.2 - 2014-08-04
47
- Added ability to specify which module a constant is added to, implemented by [@Shepless](https://github.com/Shepless), see [#16](https://github.com/philippd/angular-deferred-bootstrap/pull/16)
58

69
## 0.1.1 - 2014-07-04

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-deferred-bootstrap",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Initialize AngularJS apps with constants loaded from the back-end",
55
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
66
"repository": {

0 commit comments

Comments
 (0)