Skip to content

Commit fcac2c1

Browse files
committed
ready for 3.3.4
1 parent d1b3fb6 commit fcac2c1

11 files changed

+865
-675
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Boniface Pereira
3+
Copyright (c) 2019 Boniface Pereira
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

animations.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<link rel="stylesheet"
6262
href="demo/demo.css">
6363
<script>
64-
var version = '3.3.3';
64+
var version = '3.3.4';
6565
</script>
6666
<!-- Add the minified version of files from the /dist/ folder. -->
6767
<!-- jquery-confirm files -->
@@ -113,6 +113,15 @@
113113
<span class="caret"></span>
114114
</a>
115115
<ul class="dropdown-menu">
116+
<li>
117+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.2">v3.3.2</a>
118+
</li>
119+
<li>
120+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.1">v3.3.1</a>
121+
</li>
122+
<li>
123+
<a href="http://craftpip.github.io/jquery-confirm/v3.3.0">v3.3.0</a>
124+
</li>
116125
<li>
117126
<a href="http://craftpip.github.io/jquery-confirm/v3.2.3">v3.2.3</a>
118127
</li>

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-confirm2",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"homepage": "https://github.com/craftpip/jquery-confirm",
55
"authors": [
66
"boniface pereira <[email protected]>"

0 commit comments

Comments
 (0)