Browse Source

Drafting release v1.35.3
Merging refs #294

Dante 9 years ago
parent
commit
4aa9d53651
4 changed files with 9 additions and 3 deletions
  1. 1 1
      bower.json
  2. 6 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.2",
+    "version": "1.35.3",
     "keywords": [
         "css",
         "js",

+ 6 - 0
changelog.txt

@@ -1,8 +1,14 @@
 LASTEST NOT RELEASED
 ------------------------------
+NONE
+
+V1.35.3
+------------------------------
 * Refs #144 *
 * Refs #284 *
 * Refs #231 *
+* Refs #271 * 
+* Refs #294 *
 
 V1.35.2
 ------------------------------

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.2",
+  "version": "1.35.3",
   "description": "Make use of Bootstrap Modal more monkey-friendly.",
   "directories": {
     "example": "examples"