Skip to content

Commit

Permalink
update doc and bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamli committed Feb 15, 2015
1 parent 1258a3f commit 13e2512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SweetAlert v2 [https://limonte.github.io/sweetalert2/](https://limonte.github.io
## Install
1. download the files
1. Bower
1. add `"angular-sweetalert-2": "latest"` to your `bower.json` file then run `bower install` OR run `bower install angular-sweetalert-2`
1. add `"angular-sweetalert-2": "latest"` to your `bower.json` file then run `bower install` OR run `bower install angular-sweetalert2`
2. include the files in your app
1. `SweetAlert.min.js`
2. `sweetalert2.min.js`
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ngSweetAlert2",
"version": "2.0.0",
"version": "2.0.1",
"main": "./SweetAlert.js",
"authors": [
"williamli@19degrees.io"
],
"description": "AngularJS wrapper for SweetAlert",
"description": "AngularJS wrapper for SweetAlert2",
"keywords": [
"angular",
"AngularJs",
Expand Down

0 comments on commit 13e2512

Please sign in to comment.