Skip to content

Commit

Permalink
update bower, v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
craftpip committed Mar 1, 2017
1 parent e268c0b commit 8133810
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### ![jquery-confirm](https://raw.githubusercontent.com/craftpip/angular-confirm/master/angular-confirm.png "jquery-confirm")
*alerts, confirms and dialogs in* ***one.***

v1.0.0
v1.0.1

Angular-confirm targets to make it really easy to use confirm dialogs with angular.
With angular-confirm you can harness the angular two-way data binding to update the content as well as make changes to the model in runtime.
Expand Down
2 changes: 1 addition & 1 deletion animations.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
href="demo/demo.css">

<script>
var version = '1.0.0';
var version = '1.0.1';
</script>

<!-- Add the minified version of files from the /dist/ folder. -->
Expand Down
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "angular-confirm",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/craftpip/angular-confirm",
"authors": [
"boniface pereira <[email protected]>"
],
"description": "A multipurpose alert and confirm plugin",
"main": "dist/angular-confirm.min.js",
"main": [
"css/angular-confirm.css",
"js/angular-confirm.js"
],
"keywords": [
"angular-plugin",
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion css/angular-confirm.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* angular-confirm v1.0.0 (http://craftpip.github.io/angular-confirm/)
* angular-confirm v1.0.1 (http://craftpip.github.io/angular-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion css/angular-confirm.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* angular-confirm v1.0.0 (http://craftpip.github.io/angular-confirm/)
* angular-confirm v1.0.1 (http://craftpip.github.io/angular-confirm/)
* Author: boniface pereira
* Website: www.craftpip.com
* Contact: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-confirm.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angular-confirm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
href="demo/demo.css">

<script>
var version = '1.0.0';
var version = '1.0.1';
</script>

<!-- Add the minified version of files from the /dist/ folder. -->
Expand Down Expand Up @@ -146,7 +146,7 @@
<div class="row download-btns">
<div class="col-md-12">
<div style="height: 15px;"></div>
<a href="https://github.com/craftpip/angular-confirm/releases/download/v1.0.0/angular-confirm-v1.0.0.zip"
<a href="https://github.com/craftpip/angular-confirm/releases/download/v1.0.1/angular-confirm-v1.0.1.zip"
class="btn btn-lg">Download v1
</a>
<a href="https://github.com/craftpip/angular-confirm"
Expand Down
2 changes: 1 addition & 1 deletion js/angular-confirm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* angular-confirm v1.0.0 (http://craftpip.github.io/angular-confirm/)
* angular-confirm v1.0.1 (http://craftpip.github.io/angular-confirm/)
* Author: Boniface Pereira
* Website: www.craftpip.com
* Contact: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-confirm",
"version": "1.0.0",
"version": "1.0.1",
"title": "angular-confirm.js | A multipurpose alert and confirm plugin",
"description": "A angular plugin that provides great set of features like, Auto-close, Ajax-loading, background-dismiss, themes and more.",
"homepage": "http://craftpip.github.io/angular-confirm/",
Expand Down
2 changes: 1 addition & 1 deletion themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
href="demo/demo.css">

<script>
var version = '1.0.0';
var version = '1.0.1';
</script>

<!-- Add the minified version of files from the /dist/ folder. -->
Expand Down

0 comments on commit 8133810

Please sign in to comment.