Skip to content

Commit cf6b644

Browse files
committed
Version 2.2.0
1 parent 17372cf commit cf6b644

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(grunt) {
66
'/*!\n'+
77
' * Bootstrap Confirmation <%= pkg.version %>\n'+
88
' * Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>\n'+
9-
' * Copyright <%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel <http://www.strangeplanet.fr>\n'+
9+
' * Copyright 2014-<%= grunt.template.today("yyyy") %> Damien "Mistic" Sorel <http://www.strangeplanet.fr>\n'+
1010
' * Licensed under the Apache License, Version 2.0 (the "License")\n'+
1111
' */',
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bootstrap-Confirmation
22

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

55
Bootstrap plugin for on-place confirm boxes using Popover.
66

bootstrap-confirmation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap Confirmation
33
* Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>
4-
* Copyright 2014 Damien "Mistic" Sorel <http://www.strangeplanet.fr>
4+
* Copyright 2014-2016 Damien "Mistic" Sorel <http://www.strangeplanet.fr>
55
* Licensed under the Apache License, Version 2.0 (the "License")
66
*/
77

bootstrap-confirmation.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "bootstrap-confirmation2",
3-
"version": "2.1.2",
4-
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
3+
"version": "2.2.0",
4+
"homepage": "http://mistic100.github.io/Bootstrap-Confirmation",
5+
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
56
"authors": [
67
"ethaizone",
78
{
89
"name": "Damien \"Mistic\" Sorel",
910
"homepage": "http://www.strangeplanet.fr"
1011
}
1112
],
12-
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
1313
"main": "bootstrap-confirmation.js",
1414
"keywords": [
1515
"confirmation",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-confirmation2",
3-
"version": "2.1.3",
4-
"homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
3+
"version": "2.2.0",
4+
"homepage": "http://mistic100.github.io/Bootstrap-Confirmation",
55
"description": "Bootstrap plugin for on-place confirm boxes using Popover",
66
"authors": [
77
"ethaizone",

0 commit comments

Comments
 (0)