Skip to content

Commit

Permalink
v1.15.2
Browse files Browse the repository at this point in the history
wenzhixin committed Jun 24, 2019
1 parent 37bf11f commit 5356a71
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ChangeLog
---------

### 1.15.1
### 1.15.2

#### Core

2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ algolia:
index_name: bootstrap-table

# Custom variables
current_version: 1.15.1
current_version: 1.15.2
title: "Bootstrap Table"
description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
authors: "Zhixin Wen, and Bootstrap Table contributors"
2 changes: 1 addition & 1 deletion bootstrap-table.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
"version": "1.15.1",
"version": "1.15.2",
"title": "Bootstrap Table",
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
"author": {
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-table",
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
"version": "1.15.1",
"version": "1.15.2",
"main": "./dist/bootstrap-table.min.js",
"directories": {
"doc": "site"
2 changes: 1 addition & 1 deletion site/news.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ title: News
description: News and announcements for all things Bootstrap Table, including new releases.
---

## Bootstrap Table 1.15.1
## Bootstrap Table 1.15.2

<span class="post-date">24 Jun 2019</span>

2 changes: 1 addition & 1 deletion src/bootstrap-table.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author zhixin wen <[email protected]>
* version: 1.15.1
* version: 1.15.2
* https://github.com/wenzhixin/bootstrap-table/
*/

2 changes: 1 addition & 1 deletion src/bootstrap-table.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author zhixin wen <[email protected]>
* version: 1.15.1
* version: 1.15.2
* https://github.com/wenzhixin/bootstrap-table/
*/

2 changes: 1 addition & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = '1.15.1'
const VERSION = '1.15.2'

let bootstrapVersion = 4
try {

0 comments on commit 5356a71

Please sign in to comment.