Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Up version to include updated minified file
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Nov 18, 2015
1 parent b2d6b9b commit ae06cf9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion angular-confirm.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* angular-confirm
* https://github.com/Schlogen/angular-confirm
* @version v1.2.0 - 2015-11-18
* @version v1.2.1 - 2015-11-18
* @license Apache
*/
angular.module('angular-confirm', ['ui.bootstrap.modal'])
Expand Down
4 changes: 2 additions & 2 deletions angular-confirm.min.js

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-confirm-modal",
"main": "angular-confirm.min.js",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/Schlogen/angular-confirm",
"authors": [
"James Kleeh"
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.2.0",
"version": "1.2.1",
"description": "Angular Confirm Modal",
"main": "angular-confirm.min.js",
"scripts": {
Expand Down

0 comments on commit ae06cf9

Please sign in to comment.