Browse Source

Releasing v1.35.2

Dante 9 years ago
parent
commit
49b786d494
4 changed files with 8 additions and 3 deletions
  1. 1 1
      bower.json
  2. 5 0
      changelog.txt
  3. 1 1
      dist/js/bootstrap-dialog.min.js
  4. 1 1
      package.json

+ 1 - 1
bower.json

@@ -1,7 +1,7 @@
 {
     "name": "bootstrap3-dialog",
     "description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/",
-    "version": "1.35.1",
+    "version": "1.35.2",
     "keywords": [
         "css",
         "js",

+ 5 - 0
changelog.txt

@@ -1,7 +1,12 @@
 LASTEST NOT RELEASED
 ------------------------------
+NONE
+
+V1.35.2
+------------------------------
 * Refs #251 Close icon on the top right is configurable *
 * Refs #249 *
+* Refs #256 *
 
 V1.35.1
 ------------------------------

File diff suppressed because it is too large
+ 1 - 1
dist/js/bootstrap-dialog.min.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "bootstrap3-dialog",
-  "version": "1.35.1",
+  "version": "1.35.2",
   "description": "Make use of Bootstrap Modal more monkey-friendly.",
   "directories": {
     "example": "examples"