Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jan 10, 2016
1 parent 17372cf commit cf6b644
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(grunt) {
'/*!\n'+
' * Bootstrap Confirmation <%= pkg.version %>\n'+
' * Copyright 2013 Nimit Suwannagate <[email protected]>\n'+
' * Copyright <%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel <http://www.strangeplanet.fr>\n'+
' * Copyright 2014-<%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel <http://www.strangeplanet.fr>\n'+
' * Licensed under the Apache License, Version 2.0 (the "License")\n'+
' */',

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bootstrap-Confirmation

[![Bower version](https://badge.fury.io/bo/bootstrap-confirmation2.svg)](http://badge.fury.io/bo/bootstrap-confirmation2)
[![Bower version](https://img.shields.io/bower/v/bootstrap-confirmation2.svg?style=flat-square)](http://mistic100.github.io/Bootstrap-Confirmation)

Bootstrap plugin for on-place confirm boxes using Popover.

Expand Down
2 changes: 1 addition & 1 deletion bootstrap-confirmation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Bootstrap Confirmation
* Copyright 2013 Nimit Suwannagate <[email protected]>
* Copyright 2014 Damien "Mistic" Sorel <http://www.strangeplanet.fr>
* Copyright 2014-2016 Damien "Mistic" Sorel <http://www.strangeplanet.fr>
* Licensed under the Apache License, Version 2.0 (the "License")
*/

Expand Down
6 changes: 3 additions & 3 deletions bootstrap-confirmation.min.js

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

6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "bootstrap-confirmation2",
"version": "2.1.2",
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
"version": "2.2.0",
"homepage": "http://mistic100.github.io/Bootstrap-Confirmation",
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"authors": [
"ethaizone",
{
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
}
],
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"main": "bootstrap-confirmation.js",
"keywords": [
"confirmation",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-confirmation2",
"version": "2.1.3",
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
"version": "2.2.0",
"homepage": "http://mistic100.github.io/Bootstrap-Confirmation",
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
"authors": [
"ethaizone",
Expand Down

0 comments on commit cf6b644

Please sign in to comment.