Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshuwei committed Sep 1, 2021
1 parent a7a16ad commit 8e9721f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-easytable",
"version": "2.6.1",
"version": "2.7.0",
"main": "libs/main.js",
"description": "Vue table component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import VeSelect from './ve-select';
import VeTable from './ve-table';


const version = '2.6.1';
const version = '2.7.0';
const components = [
VeCheckbox,
VeCheckboxGroup,
Expand Down

0 comments on commit 8e9721f

Please sign in to comment.