Skip to content

Commit c990d88

Browse files
committed
Fix bower issue on 1.2 branch
1 parent a1b1156 commit c990d88

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## Version 0.4.1
4+
5+
- Fix for bower version [#26](https://github.com/Foxandxss/angular-toastr/issues/26)
6+
37
## Version 0.4.0
48

59
- You can add HTML on the toastr titles.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There is an [issue](https://github.com/Foxandxss/angular-toastr/issues/1) with a
1818

1919
## Installation
2020

21-
Grab the latest [release](https://github.com/Foxandxss/angular-toastr/releases) and add both the `css` and `javascript` file:
21+
Grab the [release 0.4.1](https://github.com/Foxandxss/angular-toastr/releases) and add both the `css` and `javascript` file:
2222

2323
```html
2424
<link rel="stylesheet" type="text/css" href="angular-toastr.css" />
@@ -33,7 +33,9 @@ Then add `toastr` to your modules dependencies:
3333
angular.module('app', ['toastr'])
3434
```
3535

36-
`bower/npm/...` packages coming soon. (Bower will come next version, I did it wrong and it needs an update to download the changes (jeezz...)
36+
```
37+
$ bower install angular-toastr#0.4.1
38+
```
3739

3840
## Usage
3941

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-toastr",
3-
"version": "0.3.0",
3+
"version": "0.4.1",
44
"main": [
55
"./dist/angular-toastr.js",
66
"./dist/angular-toastr.css"

dist/angular-toastr.min.css

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

0 commit comments

Comments
 (0)